summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-04-10 09:53:52 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-04-10 09:53:52 +0200
commitc603180470d1f01008465099a503d000c39107e0 (patch)
tree53a4f4683fa9533cfda686aff6be4a1794560e2e
parentAdded a makefile switch for 32bit-on-64bit compilation, addm32 (diff)
downloadcuberite-c603180470d1f01008465099a503d000c39107e0.tar
cuberite-c603180470d1f01008465099a503d000c39107e0.tar.gz
cuberite-c603180470d1f01008465099a503d000c39107e0.tar.bz2
cuberite-c603180470d1f01008465099a503d000c39107e0.tar.lz
cuberite-c603180470d1f01008465099a503d000c39107e0.tar.xz
cuberite-c603180470d1f01008465099a503d000c39107e0.tar.zst
cuberite-c603180470d1f01008465099a503d000c39107e0.zip
-rw-r--r--VC2008/MCServer.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index e4db65c85..d089ecbab 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -121,7 +121,7 @@
FavorSizeOrSpeed="1"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="&quot;../zlib-1.2.7&quot;;&quot;../jsoncpp-src-0.5.0/include&quot;;&quot;../lua-5.1.4/src&quot;;&quot;../tolua++-1.0.93/include&quot;;../squirrel_3_0_1_stable/include;../squirrel_3_0_1_stable;../squirrel_3_0_1_stable/sqrat;..;../expat"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;XML_STATIC"
RuntimeLibrary="0"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Globals.h"