summaryrefslogtreecommitdiff
path: root/MSVC/mogltk/mogltk.vcproj
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/mogltk/mogltk.vcproj
parenta08b890f8d0bca26028fb71183e3bddbd021d22f (diff)
Having relative paths in the project properties.
Diffstat (limited to 'MSVC/mogltk/mogltk.vcproj')
-rw-r--r--MSVC/mogltk/mogltk.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj
index b422a12..4cdbe9c 100644
--- a/MSVC/mogltk/mogltk.vcproj
+++ b/MSVC/mogltk/mogltk.vcproj
@@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="C:\sources\SDL\include;&quot;C:\sources\PSX-Bundle\mogltk\include&quot;;&quot;C:\sources\PSX-Bundle\generic\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\zlib\include&quot;"
+ AdditionalIncludeDirectories="..\..\..\SDLinclude;&quot;..\..\mogltk\include&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -103,7 +103,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="C:\sources\SDL\include;&quot;C:\sources\PSX-Bundle\mogltk\include&quot;;&quot;C:\sources\PSX-Bundle\generic\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\zlib\include&quot;"
+ AdditionalIncludeDirectories="..\..\..\SDLinclude;&quot;..\..\mogltk\include&quot;;&quot;..\..\generic\include&quot;;&quot;..\..\generic\lib\zlib\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="2"
UsePrecompiledHeader="0"