mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 16:09:59 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
This commit is contained in:
commit
6f0f9d7d69
3 changed files with 18 additions and 6 deletions
13
premake5.lua
13
premake5.lua
|
@ -68,7 +68,7 @@ end
|
|||
|
||||
workspace "reLCS"
|
||||
language "C++"
|
||||
configurations { "Debug", "Release", "Vanilla" }
|
||||
configurations { "Debug", "Release" }
|
||||
startproject "reLCS"
|
||||
location "build"
|
||||
symbols "Full"
|
||||
|
@ -86,7 +86,8 @@ workspace "reLCS"
|
|||
linkoptions { "-fsanitize=address" }
|
||||
end
|
||||
|
||||
filter { "system:windows" }
|
||||
filter { "system:windows" }
|
||||
configurations { "Vanilla" }
|
||||
platforms {
|
||||
"win-x86-RW34_d3d8-mss",
|
||||
"win-x86-librw_d3d9-mss",
|
||||
|
@ -130,9 +131,6 @@ workspace "reLCS"
|
|||
flags { "LinkTimeOptimization" }
|
||||
end
|
||||
|
||||
filter "configurations:Vanilla"
|
||||
defines { "VANILLA_DEFINES" }
|
||||
|
||||
filter { "platforms:win*" }
|
||||
system "windows"
|
||||
|
||||
|
@ -324,7 +322,10 @@ project "reLCS"
|
|||
includedirs { "vendor/ogg/include" }
|
||||
includedirs { "vendor/opus/include" }
|
||||
includedirs { "vendor/opusfile/include" }
|
||||
end
|
||||
end
|
||||
|
||||
filter "configurations:Vanilla"
|
||||
defines { "VANILLA_DEFINES" }
|
||||
|
||||
filter "platforms:*mss"
|
||||
defines { "AUDIO_MSS" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue