Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
merge upstream
  • Loading branch information
theR4K committed Nov 8, 2020
2 parents 89b622e + a2e0373 commit 23d23f646273db1a9b6f287110557d83d0a9c5c9
@@ -122,9 +122,11 @@ workspace "reVC"

filter { "platforms:*x86*" }
architecture "x86"
floatingpoint "Fast"

filter { "platforms:*amd64*" }
architecture "amd64"
floatingpoint "Fast"

filter { "platforms:*arm*" }
architecture "ARM"
@@ -185,6 +187,18 @@ project "librw"
files { path.join(Librw, "src/*.*") }
files { path.join(Librw, "src/*/*.*") }

filter { "platforms:*x86*" }
architecture "x86"
floatingpoint "Fast"

filter { "platforms:*amd64*" }
architecture "amd64"
floatingpoint "Fast"

filter "platforms:win*"
staticruntime "on"
buildoptions { "/Zc:sizedDealloc-" }

filter "platforms:bsd*"
includedirs { "/usr/local/include" }
libdirs { "/usr/local/lib" }
@@ -195,6 +209,9 @@ project "librw"
includedirs {"/usr/local/include" }
libdirs { "/opt/local/lib" }
libdirs { "/usr/local/lib" }

filter "platforms:*gl3_glfw*"
staticruntime "off"

filter "platforms:*RW34*"
flags { "ExcludeFromBuild" }
@@ -286,9 +303,14 @@ project "reVC"
filter "platforms:win*"
files { addSrcFiles("src/skel/win") }
includedirs { "src/skel/win" }
buildoptions { "/Zc:sizedDealloc-" }
linkoptions "/SAFESEH:NO"
characterset ("MBCS")
targetextension ".exe"
staticruntime "on"

filter "platforms:win*glfw*"
staticruntime "off"

filter "platforms:win*oal"
includedirs { "vendor/openal-soft/include" }
@@ -324,7 +346,6 @@ project "reVC"
end

filter "platforms:*RW34*"
staticruntime "on"
includedirs { "sdk/rwsdk/include/d3d8" }
libdirs { "sdk/rwsdk/lib/d3d8/release" }
links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp", "rtquat", "rtanim", "rtcharse", "rpanisot" }

0 comments on commit 23d23f6

Please sign in to comment.