diff options
author | pixel <pixel> | 2006-01-31 17:02:38 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-01-31 17:02:38 +0000 |
commit | 30da4fd129e064d1a9583ea2c0725634687befa2 (patch) | |
tree | 507ef92ad82e97ddc90eab0ee15d4944ced71d34 /MSVC/mogltk | |
parent | 1df63b6250d88b82ff7756f8c1a4b11f8d686897 (diff) |
Way too much changes - all over.
Diffstat (limited to 'MSVC/mogltk')
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj index 29dab9a..c57590a 100644 --- a/MSVC/mogltk/mogltk.vcproj +++ b/MSVC/mogltk/mogltk.vcproj @@ -41,7 +41,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\SDL\include;"..\..\mogltk\include";"..\..\generic\include";"..\..\generic\lib\zlib\include"" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NO_HFILE" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -104,7 +104,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\SDL\include;"..\..\mogltk\include";"..\..\generic\include";"..\..\generic\lib\zlib\include"" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NO_HFILE" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" |