mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 08:55:54 +00:00
small premake fix
This commit is contained in:
parent
cea6b20c09
commit
ba0b06f268
|
@ -147,7 +147,6 @@ workspace "reLCS"
|
||||||
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 "reLCS"
|
||||||
kind "WindowedApp"
|
kind "WindowedApp"
|
||||||
targetname "reLCS"
|
targetname "reLCS"
|
||||||
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