mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
added simple demoreel and ps2 skeleton coded by claude fable 5
This commit is contained in:
+12
-3
@@ -138,9 +138,10 @@ project "librw"
|
||||
files { "src/*/*.*" }
|
||||
filter { "platforms:*gl3" }
|
||||
files { "src/gl/glad/*.*" }
|
||||
vucode()
|
||||
filter { "platforms:ps2" }
|
||||
files { "src/ps2/vu1/*.dsm" }
|
||||
vucode()
|
||||
filter { "platforms:ps2" }
|
||||
files { "src/ps2/vu1/*.dsm" }
|
||||
|
||||
|
||||
project "dumprwtree"
|
||||
kind "ConsoleApp"
|
||||
@@ -263,6 +264,14 @@ project "im3d"
|
||||
removeplatforms { "*null" }
|
||||
removeplatforms { "ps2" }
|
||||
|
||||
project "demoreel"
|
||||
kind "WindowedApp"
|
||||
characterset ("MBCS")
|
||||
skeltool("demoreel")
|
||||
entrypoint("WinMainCRTStartup")
|
||||
removeplatforms { "*null" }
|
||||
removeplatforms { "ps2" } -- for now
|
||||
|
||||
project "ska2anm"
|
||||
kind "ConsoleApp"
|
||||
characterset ("MBCS")
|
||||
|
||||
Reference in New Issue
Block a user