Emit mspack debug messages to Xenia.

This commit is contained in:
gibbed
2018-11-24 20:50:30 -06:00
parent 08fb15fcca
commit 7f4f90b1ea
3 changed files with 20 additions and 2 deletions

View File

@@ -2,8 +2,10 @@ group("third_party")
project("mspack")
uuid("0881692A-75A1-4E7B-87D8-BB9108CEDEA4")
kind("StaticLib")
language("C")
language("C++")
links({
"xenia-base",
})
defines({
"_LIB",
"HAVE_CONFIG_H",
@@ -16,6 +18,7 @@ project("mspack")
"mspack",
})
files({
"mspack/logging.cc",
"mspack/lzx.h",
"mspack/lzxd.c",
"mspack/mspack.h",