diff options
Diffstat (limited to 'MSVC/CD-Tool/CD-Tool.vcproj')
-rw-r--r-- | MSVC/CD-Tool/CD-Tool.vcproj | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/MSVC/CD-Tool/CD-Tool.vcproj b/MSVC/CD-Tool/CD-Tool.vcproj index 746136f..c73d2cf 100644 --- a/MSVC/CD-Tool/CD-Tool.vcproj +++ b/MSVC/CD-Tool/CD-Tool.vcproj @@ -3,8 +3,8 @@ ProjectType="Visual C++" Version="8,00" Name="CD-Tool" - ProjectGUID="{1AA995DB-BF26-4CCF-9D5B-D3AD698B8483}" - RootNamespace="CD-Tool" + ProjectGUID="{937F3AE7-03E9-4EF5-8B59-CAB1DD6C5C58}" + RootNamespace="CDTool" Keyword="Win32Proj" > <Platforms> @@ -17,10 +17,10 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" - CharacterSet="2" + CharacterSet="1" > <Tool Name="VCPreBuildEventTool" @@ -40,11 +40,11 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\getopt;..\..\generic\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include;..\..\includes;..\..\psxdev;..\;..\regex" + AdditionalIncludeDirectories=""C:\sources\PSX-Bundle\MSVC\getopt";"C:\sources\PSX-Bundle\generic\include";"C:\sources\PSX-Bundle\generic\lib\zlib\include";"C:\sources\PSX-Bundle\generic\lib\lua\include";"C:\sources\PSX-Bundle\MSVC\regex";"C:\sources\PSX-Bundle\includes";"C:\sources\PSX-Bundle\psxdev";"C:\sources\PSX-Bundle\MSVC"" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="1" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -61,13 +61,9 @@ /> <Tool Name="VCLinkerTool" - OutputFile="$(OutDir)/CD-Tool.exe" LinkIncremental="2" - AdditionalLibraryDirectories="../../../SDL/lib" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)/CD-Tool.pdb" SubSystem="1" - StackReserveSize="0" TargetMachine="1" /> <Tool @@ -97,10 +93,11 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" - CharacterSet="2" + CharacterSet="1" + WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -119,9 +116,9 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\getopt;..\..\generic\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include;..\..\includes;..\..\psxdev;..\;..\regex" + AdditionalIncludeDirectories=""C:\sources\PSX-Bundle\MSVC\getopt";"C:\sources\PSX-Bundle\generic\include";"C:\sources\PSX-Bundle\generic\lib\zlib\include";"C:\sources\PSX-Bundle\generic\lib\lua\include";"C:\sources\PSX-Bundle\MSVC\regex";"C:\sources\PSX-Bundle\includes";"C:\sources\PSX-Bundle\psxdev";"C:\sources\PSX-Bundle\MSVC"" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="0" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -138,13 +135,9 @@ /> <Tool Name="VCLinkerTool" - OutputFile="$(OutDir)/CD-Tool.exe" LinkIncremental="1" - AdditionalLibraryDirectories="../../../SDL/lib" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)/CD-Tool.pdb" SubSystem="1" - StackReserveSize="0" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1" |