aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-10-18 19:16:37 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2020-10-18 19:16:37 +0300
commita6aa782d6d5fa9a2165dafec5794a2e2cfbc653f (patch)
treedea344ffa5b7073b94b94a35dee13519fbc04b82 /premake5.lua
parent4c305fd48bda02eabf56ca948bdab02ed9867362 (diff)
Fixes and style changes from miami
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/premake5.lua b/premake5.lua
index 49be07c3..9d9243db 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -330,14 +330,12 @@ project "re3"
links { "rw" }
filter "platforms:*d3d9*"
+ defines { "USE_D3D9" }
links { "d3d9" }
filter "platforms:*x86*d3d*"
includedirs { "sdk/dx8sdk/include" }
libdirs { "sdk/dx8sdk/lib" }
-
- filter "platforms:*amd64*d3d9*"
- defines { "USE_D3D9" }
filter "platforms:win-x86*gl3_glfw*"
libdirs { path.join(_OPTIONS["glewdir"], "lib/Release/Win32") }