summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-12 23:26:49 +0200
committerwithmorten <morten.with@gmail.com>2021-07-12 23:26:49 +0200
commita4b92fe9bec17ad00dc436574f57844c4b8d49f5 (patch)
treeeab2b106a430c6dee5743283b2a616c55e524a4d
parentVanilla config for Windows and win-x86 only (diff)
downloadre3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.tar
re3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.tar.gz
re3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.tar.bz2
re3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.tar.lz
re3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.tar.xz
re3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.tar.zst
re3-a4b92fe9bec17ad00dc436574f57844c4b8d49f5.zip
-rw-r--r--premake5.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/premake5.lua b/premake5.lua
index 82e985f7..0a8faa07 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -303,9 +303,6 @@ project "re3"
includedirs { "src/weapons" }
includedirs { "src/extras" }
- filter "configurations:Vanilla"
- defines { "VANILLA_DEFINES" }
-
if(not _OPTIONS["no-git-hash"]) then
defines { "USE_OUR_VERSIONING" }
end
@@ -316,6 +313,9 @@ project "re3"
includedirs { "vendor/opusfile/include" }
end
+ filter "configurations:Vanilla"
+ defines { "VANILLA_DEFINES" }
+
filter "platforms:*mss"
defines { "AUDIO_MSS" }
includedirs { "vendor/milessdk/include" }