summaryrefslogtreecommitdiffstats
path: root/VC2008
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
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 'VC2008')
-rw-r--r--VC2008/Lua.vcproj18
-rw-r--r--VC2008/MCServer.vcproj2
2 files changed, 12 insertions, 8 deletions
diff --git a/VC2008/Lua.vcproj b/VC2008/Lua.vcproj
index 326ba6411..4dee8c06e 100644
--- a/VC2008/Lua.vcproj
+++ b/VC2008/Lua.vcproj
@@ -20,7 +20,7 @@
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
+ ConfigurationType="2"
CharacterSet="1"
>
<Tool
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;LUA_BUILD_AS_DLL"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -59,12 +59,17 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLibrarianTool"
+ Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\lua5.1.dll"
+ GenerateDebugInformation="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
+ Name="VCManifestTool"
+ />
+ <Tool
Name="VCXDCMakeTool"
/>
<Tool
@@ -74,6 +79,9 @@
Name="VCFxCopTool"
/>
<Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -376,10 +384,6 @@
>
</File>
<File
- RelativePath="..\lib\lua\src\lua.c"
- >
- </File>
- <File
RelativePath="..\lib\lua\src\luac.c"
>
</File>
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"