mirror of
https://github.com/aap/librw.git
synced 2026-01-08 12:06:20 +00:00
ska2anm tool and fixes for old-style skanim
This commit is contained in:
13
premake5.lua
13
premake5.lua
@@ -223,6 +223,19 @@ project "lights"
|
||||
removeplatforms { "*null" }
|
||||
removeplatforms { "ps2" }
|
||||
|
||||
project "ska2anm"
|
||||
kind "ConsoleApp"
|
||||
characterset ("MBCS")
|
||||
targetdir (Bindir)
|
||||
files { path.join("tools/ska2anm", "*.cpp"),
|
||||
path.join("tools/ska2anm", "*.h") }
|
||||
debugdir ( path.join("tools/ska2nm") )
|
||||
includedirs { "." }
|
||||
libdirs { Libdir }
|
||||
links { "librw" }
|
||||
findlibs()
|
||||
removeplatforms { "*gl3", "*d3d9", "*ps2" }
|
||||
|
||||
project "ps2test"
|
||||
kind "ConsoleApp"
|
||||
targetdir (Bindir)
|
||||
|
||||
Reference in New Issue
Block a user