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:28:05 +0200
commitb69cee380141896494d18830994615b907ebb0da (patch)
tree0fcb5bd8dded223369245989da19d7bec60acb35
parentfix FixGarages (diff)
downloadre3-b69cee380141896494d18830994615b907ebb0da.tar
re3-b69cee380141896494d18830994615b907ebb0da.tar.gz
re3-b69cee380141896494d18830994615b907ebb0da.tar.bz2
re3-b69cee380141896494d18830994615b907ebb0da.tar.lz
re3-b69cee380141896494d18830994615b907ebb0da.tar.xz
re3-b69cee380141896494d18830994615b907ebb0da.tar.zst
re3-b69cee380141896494d18830994615b907ebb0da.zip
-rw-r--r--premake5.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/premake5.lua b/premake5.lua
index 2535a53e..f1287011 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -303,9 +303,6 @@ project "reVC"
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 "reVC"
includedirs { "vendor/opusfile/include" }
end
+ filter "configurations:Vanilla"
+ defines { "VANILLA_DEFINES" }
+
filter "platforms:*mss"
defines { "AUDIO_MSS" }
includedirs { "vendor/milessdk/include" }