summaryrefslogtreecommitdiff
path: root/MSVC/CD-Tool
diff options
context:
space:
mode:
authorpixel <pixel>2005-12-01 17:49:49 +0000
committerpixel <pixel>2005-12-01 17:49:49 +0000
commitacf02f21728d640eaf52248933909075950efff8 (patch)
tree89ec25e2ecabf2c9cb51f61af0efce623eb425fb /MSVC/CD-Tool
parenta08b890f8d0bca26028fb71183e3bddbd021d22f (diff)
Having relative paths in the project properties.
Diffstat (limited to 'MSVC/CD-Tool')
-rw-r--r--MSVC/CD-Tool/CD-Tool.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MSVC/CD-Tool/CD-Tool.vcproj b/MSVC/CD-Tool/CD-Tool.vcproj
index c73d2cf..c8ed606 100644
--- a/MSVC/CD-Tool/CD-Tool.vcproj
+++ b/MSVC/CD-Tool/CD-Tool.vcproj
@@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- 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;"
+ AdditionalIncludeDirectories="&quot;..\getopt&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;;&quot;..\..\generic\lib\lua\include&quot;;&quot;..\regex&quot;;&quot;..\..\includes&quot;;&quot;..\..\psxdev&quot;;&quot;..\..\MSVC&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -116,7 +116,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- 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;"
+ AdditionalIncludeDirectories="&quot;..\getopt&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;;&quot;..\..\generic\lib\lua\include&quot;;&quot;..\regex&quot;;&quot;..\..\includes&quot;;&quot;..\..\psxdev&quot;;&quot;..\..\MSVC&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
UsePrecompiledHeader="0"