diff options
author | pixel <pixel> | 2005-11-05 14:36:11 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-11-05 14:36:11 +0000 |
commit | 003e130f79b5de2177381c8258080980b2cf85f5 (patch) | |
tree | 340909d5c5959c8ea31ec8c8bd0c0c2903263560 /MSVC/CD-Tool | |
parent | 8871e4ca37ae147715dc957904686dd4add82d77 (diff) |
Fixing Dalos a bit, and fixing DVD support.
Diffstat (limited to 'MSVC/CD-Tool')
-rw-r--r-- | MSVC/CD-Tool/CD-Tool.vcproj | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/MSVC/CD-Tool/CD-Tool.vcproj b/MSVC/CD-Tool/CD-Tool.vcproj index 01adc24..957649f 100644 --- a/MSVC/CD-Tool/CD-Tool.vcproj +++ b/MSVC/CD-Tool/CD-Tool.vcproj @@ -4,6 +4,7 @@ Version="8,00" Name="CD-Tool" ProjectGUID="{1AA995DB-BF26-4CCF-9D5B-D3AD698B8483}" + RootNamespace="CD-Tool" Keyword="Win32Proj" > <Platforms> @@ -41,12 +42,12 @@ Optimization="0" AdditionalIncludeDirectories="..\getopt;..\..\generic\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include;..\..\includes;..\..\psxdev;..\;..\regex" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" - MinimalRebuild="TRUE" + MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="true" DebugInformationFormat="4" /> <Tool @@ -62,7 +63,8 @@ Name="VCLinkerTool" OutputFile="$(OutDir)/CD-Tool.exe" LinkIncremental="2" - GenerateDebugInformation="TRUE" + AdditionalLibraryDirectories="../../../SDL/lib" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/CD-Tool.pdb" SubSystem="1" StackReserveSize="0" @@ -81,6 +83,9 @@ Name="VCBscMakeTool" /> <Tool + Name="VCFxCopTool" + /> + <Tool Name="VCAppVerifierTool" /> <Tool @@ -119,7 +124,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool @@ -135,7 +140,9 @@ Name="VCLinkerTool" OutputFile="$(OutDir)/CD-Tool.exe" LinkIncremental="1" - GenerateDebugInformation="TRUE" + AdditionalLibraryDirectories="../../../SDL/lib" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(OutDir)/CD-Tool.pdb" SubSystem="1" StackReserveSize="0" OptimizeReferences="2" @@ -155,6 +162,9 @@ Name="VCBscMakeTool" /> <Tool + Name="VCFxCopTool" + /> + <Tool Name="VCAppVerifierTool" /> <Tool |