diff options
author | pixel <pixel> | 2005-12-01 17:49:49 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-12-01 17:49:49 +0000 |
commit | acf02f21728d640eaf52248933909075950efff8 (patch) | |
tree | 89ec25e2ecabf2c9cb51f61af0efce623eb425fb /MSVC/CD-Tool | |
parent | a08b890f8d0bca26028fb71183e3bddbd021d22f (diff) |
Having relative paths in the project properties.
Diffstat (limited to 'MSVC/CD-Tool')
-rw-r--r-- | MSVC/CD-Tool/CD-Tool.vcproj | 4 |
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=""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"" + AdditionalIncludeDirectories=""..\getopt";"..\..\generic\include";"..\..\generic\lib\zlib\include";"..\..\generic\lib\lua\include";"..\regex";"..\..\includes";"..\..\psxdev";"..\..\MSVC"" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -116,7 +116,7 @@ /> <Tool Name="VCCLCompilerTool" - 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"" + AdditionalIncludeDirectories=""..\getopt";"..\..\generic\include";"..\..\generic\lib\zlib\include";"..\..\generic\lib\lua\include";"..\regex";"..\..\includes";"..\..\psxdev";"..\..\MSVC"" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="2" UsePrecompiledHeader="0" |