From 25841cb9b3996451213c3bf353fc1bfb8f5a5f4b Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Wed, 15 Apr 2020 00:57:45 +0200 Subject: Update premake5.lua --- premake5.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 4ec2eca1..173fe3e4 100644 --- a/premake5.lua +++ b/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" -- cgit v1.2.3