mirror of
https://github.com/aap/librw.git
synced 2025-12-30 14:29:57 +00:00
fixed build for linux and ps2
This commit is contained in:
17
premake5.lua
17
premake5.lua
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user