summaryrefslogtreecommitdiffstats
path: root/VC2008/MCServer.vcproj
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-12-02 22:36:43 +0100
committermadmaxoft <github@xoft.cz>2013-12-02 22:36:59 +0100
commit70cf0c09a875f578cc9be9ebf7a900c3e857a2a5 (patch)
tree32a8cfeaac42a8945b9840895aeefb4a3452ebf1 /VC2008/MCServer.vcproj
parentAPIDump: Added missing params to OnPlayerRightClick() hook. (diff)
downloadcuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.tar
cuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.tar.gz
cuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.tar.bz2
cuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.tar.lz
cuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.tar.xz
cuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.tar.zst
cuberite-70cf0c09a875f578cc9be9ebf7a900c3e857a2a5.zip
Diffstat (limited to '')
-rw-r--r--VC2008/MCServer.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index 95e10ba40..e5de93f98 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -43,7 +43,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="&quot;../lib/jsoncpp/include&quot;;../lib"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;XML_STATIC"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;XML_STATIC;LUA_BUILD_AS_DLL"
MinimalRebuild="false"
BasicRuntimeChecks="3"
RuntimeLibrary="1"