This commit is contained in:
Filip Gawin
2019-05-19 23:05:06 +02:00
parent c4f9b9573f
commit 9b78f232e5
2 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,5 @@
workspace "re3"
configurations { "Release","Debug" }
configurations { "ReleaseCI", "Release", "Debug" }
location "build"
files { "src/*.*" }
@ -41,3 +41,7 @@ project "re3"
debugdir "C:/Users/aap/games/gta3_re"
debugcommand "C:/Users/aap/games/gta3_re/gta3.exe"
postbuildcommands "copy /y \"$(TargetPath)\" \"C:\\Users\\aap\\games\\gta3_re\\plugins\\re3.dll\""
filter "configurations:ReleaseCI"
defines { "NDEBUG" }
optimize "On"
flags { "StaticRuntime" }