summaryrefslogtreecommitdiff
path: root/MSVC/CD-Tool
diff options
context:
space:
mode:
authorpixel <pixel>2005-12-01 13:30:12 +0000
committerpixel <pixel>2005-12-01 13:30:12 +0000
commit187b4be735079546fe1c760edbe33ef3ea4ee853 (patch)
tree1eb59600986384e224633595072014086aed9fa8 /MSVC/CD-Tool
parent1e42ac8e3b3c3c770bd2796537379a57fac7b21d (diff)
Updating MSVC direcotory tree with Visual Studio 2005 support.
Diffstat (limited to 'MSVC/CD-Tool')
-rw-r--r--MSVC/CD-Tool/CD-Tool.vcproj33
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="&quot;C:\sources\PSX-Bundle\MSVC\getopt&quot;;&quot;C:\sources\PSX-Bundle\generic\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\zlib\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\lua\include&quot;;&quot;C:\sources\PSX-Bundle\MSVC\regex&quot;;&quot;C:\sources\PSX-Bundle\includes&quot;;&quot;C:\sources\PSX-Bundle\psxdev&quot;;&quot;C:\sources\PSX-Bundle\MSVC&quot;"
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="&quot;C:\sources\PSX-Bundle\MSVC\getopt&quot;;&quot;C:\sources\PSX-Bundle\generic\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\zlib\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\lua\include&quot;;&quot;C:\sources\PSX-Bundle\MSVC\regex&quot;;&quot;C:\sources\PSX-Bundle\includes&quot;;&quot;C:\sources\PSX-Bundle\psxdev&quot;;&quot;C:\sources\PSX-Bundle\MSVC&quot;"
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"