summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblingu <36486731+blingu@users.noreply.github.com>2020-08-08 12:49:38 +0200
committerGitHub <noreply@github.com>2020-08-08 12:49:38 +0200
commit2af22cfabc6656c3278ab4eeb473eb4af57fe5f2 (patch)
treebf96bf2598840718c09dde784b0ea225b58955fc
parentUpdate glfw.cpp (diff)
downloadre3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.tar
re3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.tar.gz
re3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.tar.bz2
re3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.tar.lz
re3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.tar.xz
re3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.tar.zst
re3-2af22cfabc6656c3278ab4eeb473eb4af57fe5f2.zip
-rw-r--r--premake5.lua20
1 files changed, 0 insertions, 20 deletions
diff --git a/premake5.lua b/premake5.lua
index 8f5e9ad9..f05a016d 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -76,10 +76,6 @@ workspace "re3"
"linux-amd64-librw_gl3_glfw-oal",
"linux-arm-librw_gl3_glfw-oal",
}
- filter { "system:bsd" }
- platforms {
- "bsd-amd64-librw_gl3_glfw-oal"
- }
filter "configurations:Debug"
defines { "DEBUG" }
@@ -93,9 +89,6 @@ workspace "re3"
filter { "platforms:linux*" }
system "linux"
-
- filter { "platforms:bsd*" }
- system "bsd"
filter { "platforms:*x86*" }
architecture "x86"
@@ -154,11 +147,6 @@ project "librw"
targetdir "lib/%{cfg.platform}/%{cfg.buildcfg}"
files { path.join(Librw, "src/*.*") }
files { path.join(Librw, "src/*/*.*") }
-
- filter "platforms:bsd*"
- includedirs { "/usr/local/include" }
- libdirs { "/usr/local/lib" }
-
filter "platforms:*RW33*"
flags { "ExcludeFromBuild" }
filter {}
@@ -271,9 +259,6 @@ project "re3"
filter "platforms:linux*oal"
links { "openal", "mpg123", "sndfile", "pthread" }
- filter "platforms:bsd*oal"
- links { "openal", "mpg123", "sndfile", "pthread" }
-
if _OPTIONS["with-opus"] then
filter {}
links { "libogg" }
@@ -321,8 +306,3 @@ project "re3"
filter "platforms:linux*gl3_glfw*"
links { "GL", "GLEW", "glfw" }
-
- filter "platforms:bsd*gl3_glfw*"
- links { "GL", "GLEW", "glfw", "sysinfo" }
- includedirs { "/usr/local/include" }
- libdirs { "/usr/local/lib" }