mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
small premake fix
This commit is contained in:
parent
feb993e751
commit
1d3e84b712
@ -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 New Issue
Block a user