mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 20:20:34 +00:00
CI add debug mode
This commit is contained in:
parent
b4afb591a7
commit
8eea89d3b1
3 changed files with 16 additions and 10 deletions
11
premake5.lua
11
premake5.lua
|
@ -1,5 +1,5 @@
|
|||
workspace "re3"
|
||||
configurations { "ReleaseCI", "Release", "ReleaseFH", "Debug" }
|
||||
configurations { "DebugCI", "ReleaseCI", "Release", "ReleaseFH", "Debug" }
|
||||
location "build"
|
||||
|
||||
files { "src/*.*" }
|
||||
|
@ -62,12 +62,11 @@ project "re3"
|
|||
debugcommand "F:/Rockstar Games/GTAIII/gta3.exe"
|
||||
targetextension ".asi"
|
||||
targetdir "F:/Rockstar Games/GTAIII/scripts"
|
||||
filter "configurations:DebugCI"
|
||||
defines { "DEBUG" }
|
||||
symbols "On"
|
||||
staticruntime "on"
|
||||
filter "configurations:ReleaseCI"
|
||||
defines { "NDEBUG" }
|
||||
optimize "On"
|
||||
staticruntime "on"
|
||||
filter "configurations:DebugCI"
|
||||
defines { "DEBUG" }
|
||||
staticruntime "on"
|
||||
symbols "On"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue