aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua22
1 files changed, 11 insertions, 11 deletions
diff --git a/premake5.lua b/premake5.lua
index 25090dc6..4223b395 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -66,10 +66,10 @@ function getarch(a)
return a
end
-workspace "re3"
+workspace "reVC"
language "C++"
configurations { "Debug", "Release" }
- startproject "re3"
+ startproject "reVC"
location "build"
symbols "Full"
staticruntime "off"
@@ -82,10 +82,10 @@ workspace "re3"
filter { "system:windows" }
configurations { "Vanilla" }
platforms {
- "win-x86-RW33_d3d8-mss",
+ "win-x86-RW34_d3d8-mss",
"win-x86-librw_d3d9-mss",
"win-x86-librw_gl3_glfw-mss",
- "win-x86-RW33_d3d8-oal",
+ "win-x86-RW34_d3d8-oal",
"win-x86-librw_d3d9-oal",
"win-x86-librw_gl3_glfw-oal",
"win-amd64-librw_d3d9-oal",
@@ -232,7 +232,7 @@ project "librw"
filter "platforms:*gl3_glfw*"
staticruntime "off"
- filter "platforms:*RW33*"
+ filter "platforms:*RW34*"
flags { "ExcludeFromBuild" }
filter {}
end
@@ -241,9 +241,9 @@ local function addSrcFiles( prefix )
return prefix .. "/*cpp", prefix .. "/*.h", prefix .. "/*.c", prefix .. "/*.ico", prefix .. "/*.rc"
end
-project "re3"
+project "reVC"
kind "WindowedApp"
- targetname "re3"
+ targetname "reVC"
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
if(_OPTIONS["with-librw"]) then
@@ -334,8 +334,8 @@ project "re3"
defines { "AUDIO_OAL" }
filter {}
- if(os.getenv("GTA_III_RE_DIR")) then
- setpaths(os.getenv("GTA_III_RE_DIR") .. "/", "%(cfg.buildtarget.name)")
+ if(os.getenv("GTA_VC_RE_DIR")) then
+ setpaths(os.getenv("GTA_VC_RE_DIR") .. "/", "%(cfg.buildtarget.name)")
end
filter "platforms:win*"
@@ -404,10 +404,10 @@ project "re3"
links { "opusfile" }
end
- filter "platforms:*RW33*"
+ filter "platforms:*RW34*"
includedirs { "sdk/rwsdk/include/d3d8" }
libdirs { "sdk/rwsdk/lib/d3d8/release" }
- links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp", "rtquat", "rtcharse", "rpanisot" }
+ links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp", "rtquat", "rtanim", "rtcharse", "rpanisot" }
defines { "RWLIBS" }
linkoptions "/SECTION:_rwcseg,ER!W /MERGE:_rwcseg=.text"