diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-10-17 17:50:41 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-10-17 17:50:41 +0200 |
commit | cae3990eacbf94c87c27387f4c78ef43760e106c (patch) | |
tree | d5718e66815841196eb1826c64b7d7b1b0439cda /premake5.lua | |
parent | saves part 1 (diff) | |
parent | Merge pull request #765 from erorcun/miami (diff) | |
download | re3-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 '')
-rw-r--r-- | premake5.lua | 4 |
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") } |