diff options
author | withmorten <morten.with@gmail.com> | 2021-01-22 16:39:28 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-22 16:40:17 +0100 |
commit | ba0b06f2682d4419db0153e8ed39ff684b57fa23 (patch) | |
tree | 9749389cd9322573257f12ff5358ea5762603897 /premake5.lua | |
parent | Merge remote-tracking branch 'origin/miami' into lcs (diff) | |
download | re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.tar re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.tar.gz re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.tar.bz2 re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.tar.lz re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.tar.xz re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.tar.zst re3-ba0b06f2682d4419db0153e8ed39ff684b57fa23.zip |
Diffstat (limited to '')
-rw-r--r-- | premake5.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua index 128f3cae..2fe5cc97 100644 --- a/premake5.lua +++ b/premake5.lua @@ -147,7 +147,6 @@ workspace "reLCS" 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 "reLCS" kind "WindowedApp" targetname "reLCS" targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}" - defines { "MIAMI" } files { addSrcFiles("src") } files { addSrcFiles("src/animation") } |