Revert "Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs"

This reverts commit d63e3f1559, reversing
changes made to ec17355056.
This commit is contained in:
Fire-Head
2021-01-13 23:15:33 +03:00
parent d63e3f1559
commit 97c9a4a02c
40 changed files with 542 additions and 707 deletions

View File

@@ -172,10 +172,11 @@ workspace "reLCS"
filter {}
function setpaths (gamepath, exepath)
function setpaths (gamepath, exepath, scriptspath)
scriptspath = scriptspath or ""
if (gamepath) then
postbuildcommands {
'{COPYFILE} "%{cfg.buildtarget.abspath}" "' .. gamepath .. '%{cfg.buildtarget.name}"'
'{COPYFILE} "%{cfg.buildtarget.abspath}" "' .. gamepath .. scriptspath .. '%{cfg.buildtarget.name}"'
}
debugdir (gamepath)
if (exepath) then
@@ -185,6 +186,7 @@ workspace "reLCS"
debugdir (gamepath .. (dir or ""))
end
end
--targetdir ("bin/%{prj.name}/" .. scriptspath)
end
if(_OPTIONS["with-librw"]) then