mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 00:00:33 +00:00
first commit for LCS
This commit is contained in:
parent
bc363a74f5
commit
ebdf08a514
35 changed files with 534 additions and 533 deletions
10
premake5.lua
10
premake5.lua
|
@ -58,7 +58,7 @@ function getarch(a)
|
|||
return a
|
||||
end
|
||||
|
||||
workspace "reVC"
|
||||
workspace "reLCS"
|
||||
language "C++"
|
||||
configurations { "Debug", "Release" }
|
||||
location "build"
|
||||
|
@ -225,9 +225,9 @@ local function addSrcFiles( prefix )
|
|||
return prefix .. "/*cpp", prefix .. "/*.h", prefix .. "/*.c", prefix .. "/*.ico", prefix .. "/*.rc"
|
||||
end
|
||||
|
||||
project "reVC"
|
||||
project "reLCS"
|
||||
kind "WindowedApp"
|
||||
targetname "reVC"
|
||||
targetname "reLCS"
|
||||
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
|
||||
defines { "MIAMI" }
|
||||
|
||||
|
@ -303,8 +303,8 @@ project "reVC"
|
|||
defines { "AUDIO_OAL" }
|
||||
|
||||
filter {}
|
||||
if(os.getenv("GTA_VC_RE_DIR")) then
|
||||
setpaths("$(GTA_VC_RE_DIR)/", "%(cfg.buildtarget.name)", "")
|
||||
if(os.getenv("GTA_LCS_RE_DIR")) then
|
||||
setpaths("$(GTA_LCS_RE_DIR)/", "%(cfg.buildtarget.name)", "")
|
||||
end
|
||||
|
||||
filter "platforms:win*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue