summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index 857293a9..a1a7f1dc 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -147,7 +147,6 @@ workspace "reVC"
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 "reVC"
kind "WindowedApp"
targetname "reVC"
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
- defines { "MIAMI" }
files { addSrcFiles("src") }
files { addSrcFiles("src/animation") }