From 70cf0c09a875f578cc9be9ebf7a900c3e857a2a5 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 2 Dec 2013 22:36:43 +0100 Subject: The server builds and uses Lua as DLL in Debug mode. This is a test to see how LuaRocks will interact. Only debug mode on Windows is affected, all other platforms and modes are unchanged. --- VC2008/MCServer.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VC2008/MCServer.vcproj') 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=""../lib/jsoncpp/include";../lib" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;XML_STATIC" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;XML_STATIC;LUA_BUILD_AS_DLL" MinimalRebuild="false" BasicRuntimeChecks="3" RuntimeLibrary="1" -- cgit v1.2.3