summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-10-17 17:50:41 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-10-17 17:50:41 +0200
commitcae3990eacbf94c87c27387f4c78ef43760e106c (patch)
treed5718e66815841196eb1826c64b7d7b1b0439cda /premake5.lua
parentsaves part 1 (diff)
parentMerge pull request #765 from erorcun/miami (diff)
downloadre3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.gz
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.bz2
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.lz
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.xz
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.zst
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.zip
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 334c9c53..23a9200b 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -332,14 +332,12 @@ project "reVC"
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") }