mirror of https://github.com/Nofated095/re-GTA.git
fix premake
This commit is contained in:
parent
f50026828a
commit
a4b92fe9be
|
@ -303,9 +303,6 @@ project "re3"
|
||||||
includedirs { "src/weapons" }
|
includedirs { "src/weapons" }
|
||||||
includedirs { "src/extras" }
|
includedirs { "src/extras" }
|
||||||
|
|
||||||
filter "configurations:Vanilla"
|
|
||||||
defines { "VANILLA_DEFINES" }
|
|
||||||
|
|
||||||
if(not _OPTIONS["no-git-hash"]) then
|
if(not _OPTIONS["no-git-hash"]) then
|
||||||
defines { "USE_OUR_VERSIONING" }
|
defines { "USE_OUR_VERSIONING" }
|
||||||
end
|
end
|
||||||
|
@ -316,6 +313,9 @@ project "re3"
|
||||||
includedirs { "vendor/opusfile/include" }
|
includedirs { "vendor/opusfile/include" }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
filter "configurations:Vanilla"
|
||||||
|
defines { "VANILLA_DEFINES" }
|
||||||
|
|
||||||
filter "platforms:*mss"
|
filter "platforms:*mss"
|
||||||
defines { "AUDIO_MSS" }
|
defines { "AUDIO_MSS" }
|
||||||
includedirs { "vendor/milessdk/include" }
|
includedirs { "vendor/milessdk/include" }
|
||||||
|
|
Loading…
Reference in New Issue