mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:09:02 +00:00
fix premake
This commit is contained in:
parent
f50026828a
commit
a4b92fe9be
1 changed files with 3 additions and 3 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue