mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 07:47:57 +03:00
Re-add lua53.dll since they seem to work without problems across the board. Remove duplicate Lua copy step.
This commit is contained in:
parent
9b70c11bdd
commit
05a5a47458
7 changed files with 0 additions and 2 deletions
BIN
Libs/lua/x64/lua53.dll
Normal file
BIN
Libs/lua/x64/lua53.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Libs/lua/x86/lua53.dll
Normal file
BIN
Libs/lua/x86/lua53.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -148,7 +148,6 @@ xcopy /Y /D "$(ProjectDir)Shaders\HUD\*.hlsl" "$(SolutionDir)Build\$(Configurati
|
|||
xcopy /Y "$(SolutionDir)Libs\bass\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\lua\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\ois\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\lua\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\zlib\x86\*.dll" "$(TargetDir)"</Command>
|
||||
<Message>Generating savegame flatbuffer and copying needed files...</Message>
|
||||
</PreBuildEvent>
|
||||
|
@ -253,7 +252,6 @@ xcopy /Y /D "$(ProjectDir)Shaders\HUD\*.hlsl" "$(SolutionDir)Build\$(Configurati
|
|||
xcopy /Y "$(SolutionDir)Libs\bass\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\lua\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\ois\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\lua\x86\*.dll" "$(TargetDir)"
|
||||
xcopy /Y "$(SolutionDir)Libs\zlib\x86\*.dll" "$(TargetDir)"</Command>
|
||||
</PreBuildEvent>
|
||||
<PreBuildEvent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue