diff --git a/premake5.lua b/premake5.lua index 128f3cae..2fe5cc97 100644 --- a/premake5.lua +++ b/premake5.lua @@ -147,7 +147,6 @@ workspace "reLCS" filter { "platforms:macosx-amd64-*" } buildoptions { "-target", "x86_64-apple-macos10.12", "-std=gnu++14" } - filter { "platforms:*librw_d3d9*" } defines { "RW_D3D9" } if(not _OPTIONS["with-librw"]) then @@ -232,7 +231,6 @@ project "reLCS" kind "WindowedApp" targetname "reLCS" targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}" - defines { "MIAMI" } files { addSrcFiles("src") } files { addSrcFiles("src/animation") }