clumpview: dff/txd viewer on the skeleton, pc and ps2

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
aap
2026-08-26 17:53:11 +02:00
parent da98dab4a5
commit ecb52a56f7
3 changed files with 471 additions and 0 deletions
+8
View File
@@ -272,6 +272,14 @@ project "demoreel"
removeplatforms { "*null" }
removeplatforms { "ps2" } -- for now
project "clumpview"
kind "WindowedApp"
characterset ("MBCS")
skeltool("clumpview")
entrypoint("WinMainCRTStartup")
removeplatforms { "*null" }
removeplatforms { "ps2" } -- has its own Makefile
project "ska2anm"
kind "ConsoleApp"
characterset ("MBCS")