Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
This broke for some reason???
  • Loading branch information
MCJack123 committed Jul 12, 2021
1 parent f89b219 commit 0b88eef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions craftos2-lua.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;LUA_BUILD_AS_DLL</PreprocessorDefinitions>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
Expand All @@ -172,6 +173,7 @@
<ClCompile>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;LUA_BUILD_AS_DLL</PreprocessorDefinitions>
</ClCompile>
<PostBuildEvent>
<Command>copy src\lua51.dll ..\x64\ReleaseC\lua51.dll</Command>
Expand Down

0 comments on commit 0b88eef

Please sign in to comment.