added im3d example

This commit is contained in:
aap
2021-03-10 01:13:17 +01:00
parent 136101bf10
commit b7b7334dbb
2 changed files with 8 additions and 7 deletions

View File

@@ -233,6 +233,14 @@ project "im2d"
removeplatforms { "*null" }
removeplatforms { "ps2" }
project "im3d"
kind "WindowedApp"
characterset ("MBCS")
skeltool("im3d")
flags { "WinMain" }
removeplatforms { "*null" }
removeplatforms { "ps2" }
project "ska2anm"
kind "ConsoleApp"
characterset ("MBCS")