fixed build for linux and ps2

This commit is contained in:
aap
2017-08-29 14:05:45 +02:00
parent d00ab2f526
commit 239a4eb4bc
17 changed files with 53 additions and 28 deletions

View File

@@ -130,6 +130,7 @@ project "clumpview"
skeltool("clumpview")
flags { "WinMain" }
removeplatforms { "*null" }
removeplatforms { "ps2" } -- for now
project "ps2test"
kind "ConsoleApp"
@@ -148,11 +149,11 @@ project "ps2test"
-- "c -lc" is a hack because we need -lc twice for some reason
links { "c -lc", "kernel", "mf" }
project "ps2rastertest"
kind "ConsoleApp"
targetdir (Bindir)
removeplatforms { "*gl3", "*d3d9" }
files { "tools/ps2rastertest/*.cpp" }
includedirs { "." }
libdirs { Libdir }
links { "librw" }
--project "ps2rastertest"
-- kind "ConsoleApp"
-- targetdir (Bindir)
-- removeplatforms { "*gl3", "*d3d9" }
-- files { "tools/ps2rastertest/*.cpp" }
-- includedirs { "." }
-- libdirs { Libdir }
-- links { "librw" }