mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 10:49:02 +00:00
small premake fix
This commit is contained in:
parent
feb993e751
commit
1d3e84b712
1 changed files with 0 additions and 2 deletions
|
@ -147,7 +147,6 @@ workspace "reVC"
|
||||||
filter { "platforms:macosx-amd64-*" }
|
filter { "platforms:macosx-amd64-*" }
|
||||||
buildoptions { "-target", "x86_64-apple-macos10.12", "-std=gnu++14" }
|
buildoptions { "-target", "x86_64-apple-macos10.12", "-std=gnu++14" }
|
||||||
|
|
||||||
|
|
||||||
filter { "platforms:*librw_d3d9*" }
|
filter { "platforms:*librw_d3d9*" }
|
||||||
defines { "RW_D3D9" }
|
defines { "RW_D3D9" }
|
||||||
if(not _OPTIONS["with-librw"]) then
|
if(not _OPTIONS["with-librw"]) then
|
||||||
|
@ -232,7 +231,6 @@ project "reVC"
|
||||||
kind "WindowedApp"
|
kind "WindowedApp"
|
||||||
targetname "reVC"
|
targetname "reVC"
|
||||||
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
|
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
|
||||||
defines { "MIAMI" }
|
|
||||||
|
|
||||||
files { addSrcFiles("src") }
|
files { addSrcFiles("src") }
|
||||||
files { addSrcFiles("src/animation") }
|
files { addSrcFiles("src/animation") }
|
||||||
|
|
Loading…
Reference in a new issue