fixed gl3 renderer

This commit is contained in:
aap
2017-07-27 15:05:30 +02:00
parent 6c5073e864
commit a3d8e3ba01
4 changed files with 17 additions and 14 deletions

View File

@@ -40,6 +40,10 @@ workspace "librw"
system "windows"
filter { "platforms:linux*" }
system "linux"
filter "action:vs*"
buildoptions { "/wd4996" }
filter {}
Libdir = "lib/%{cfg.platform}/%{cfg.buildcfg}"
@@ -58,4 +62,4 @@ project "dumprwtree"
files { "tools/dumprwtree/*" }
includedirs { "." }
libdirs { Libdir }
links { "librw" }
links { "librw" }