Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Update premake5.lua
  • Loading branch information
Filip Gawin committed Apr 14, 2020
1 parent db11155 commit 25841cb9b3996451213c3bf353fc1bfb8f5a5f4b
Showing with 2 additions and 1 deletion.
  1. +2 −1 premake5.lua
@@ -94,13 +94,14 @@ project "re3"
filter "configurations:Debug"
defines { "DEBUG" }
staticruntime "on"
symbols "On"
symbols "Full"
setpaths("$(GTA_III_RE_DIR)/", "gta3.exe", "plugins/")

filter "configurations:Release"
defines { "NDEBUG" }
optimize "On"
staticruntime "on"
symbols "Full"
setpaths("$(GTA_III_RE_DIR)/", "gta3.exe", "plugins/")

filter "configurations:ReleaseFH"

0 comments on commit 25841cb

Please sign in to comment.