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/Baltisot - generic/Baltisot - generic.vcproj | |
parent | a08b890f8d0bca26028fb71183e3bddbd021d22f (diff) |
Having relative paths in the project properties.
Diffstat (limited to 'MSVC/Baltisot - generic/Baltisot - generic.vcproj')
-rw-r--r-- | MSVC/Baltisot - generic/Baltisot - generic.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index dfaa172..7338f95 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -41,7 +41,7 @@ Name="VCCLCompilerTool" UseUnicodeResponseFiles="true" Optimization="0" - AdditionalIncludeDirectories=""C:\sources\PSX-Bundle\MSVC\dirent";"C:\sources\PSX-Bundle\generic\lib\lua\include";"C:\sources\PSX-Bundle\generic\lib\lua\includes";"C:\sources\PSX-Bundle\generic\lib\zlib\include";"C:\sources\PSX-Bundle\generic\include";"C:\sources\PSX-Bundle\MSVC\regex"" + AdditionalIncludeDirectories=""..\dirent";"..\..\generic\lib\lua\include";"..\..\generic\lib\lua\includes";"..\..\generic\lib\zlib\include";"..\..\generic\include";"..\regex"" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;READLINE_STATIC;READLINE_LIBRARY;STD_HEADERS;STDC;$(NOINHERIT)" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -104,7 +104,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""C:\sources\PSX-Bundle\MSVC\dirent";"C:\sources\PSX-Bundle\generic\lib\lua\include";"C:\sources\PSX-Bundle\generic\lib\lua\includes";"C:\sources\PSX-Bundle\generic\lib\zlib\include";"C:\sources\PSX-Bundle\generic\include";"C:\sources\PSX-Bundle\MSVC\regex"" + AdditionalIncludeDirectories=""..\dirent";"..\..\generic\lib\lua\include";"..\..\generic\lib\lua\includes";"..\..\generic\lib\zlib\include";"..\..\generic\include";"..\regex"" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;READLINE_STATIC;READLINE_LIBRARY;STD_HEADERS;STDC;$(NOINHERIT)" RuntimeLibrary="2" UsePrecompiledHeader="0" |