summaryrefslogtreecommitdiff
path: root/minetest.vcproj
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-18 15:05:29 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-18 15:05:29 +0200
commit3ef2629e847e1e7e239068bbf17bebd6d4ebfc95 (patch)
treed540c1068747ce73862237d80d6d04b15fa58eac /minetest.vcproj
parent515a480d0e82fe77f1aae8115e81d720d7d1775b (diff)
downloadminetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.tar.gz
minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.tar.bz2
minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.zip
made old build system to work too. the cmake one doesn't make working binaries for some computers.
--HG-- rename : src/config.h.in => src/cmake_config.h.in
Diffstat (limited to 'minetest.vcproj')
-rw-r--r--minetest.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.vcproj b/minetest.vcproj
index a4e6cf9fd..c8961ff6e 100644
--- a/minetest.vcproj
+++ b/minetest.vcproj
@@ -118,7 +118,7 @@
OmitFramePointers="true"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include&quot;;&quot;..\jthread\jthread-1.2.1\src&quot;;&quot;..\irrlicht\irrlicht-1.7.1\include&quot;;&quot;..\zlib\zlib-1.2.5&quot;"
- PreprocessorDefinitions="WIN32;_HAS_ITERATOR_DEBUGGING=0;UNITTEST_DISABLE;_CRT_SECURE_NO_DEPRECATE;RUN_IN_PLACE"
+ PreprocessorDefinitions="WIN32;_HAS_ITERATOR_DEBUGGING=0;NDEBUG;_CRT_SECURE_NO_DEPRECATE;RUN_IN_PLACE"
ExceptionHandling="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"