diff options
author | madmaxoft <github@xoft.cz> | 2013-12-02 22:36:43 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-02 22:36:59 +0100 |
commit | 70cf0c09a875f578cc9be9ebf7a900c3e857a2a5 (patch) | |
tree | 32a8cfeaac42a8945b9840895aeefb4a3452ebf1 /VC2008/Lua.vcproj | |
parent | APIDump: Added missing params to OnPlayerRightClick() hook. (diff) | |
download | cuberite-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/Lua.vcproj | 18 |
1 files changed, 11 insertions, 7 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> |