diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-14 17:07:05 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-17 16:35:26 +0200 |
commit | b98864d134b747c8f594c9194918b93040f88c1f (patch) | |
tree | 852ce957f21b35a655c583ba397a7cdceeb59492 /premake5.lua | |
parent | update librw (diff) | |
download | re3-b98864d134b747c8f594c9194918b93040f88c1f.tar re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.gz re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.bz2 re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.lz re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.xz re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.zst re3-b98864d134b747c8f594c9194918b93040f88c1f.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") } |