Emit mspack debug messages to Xenia.
This commit is contained in:
7
third_party/mspack.lua
vendored
7
third_party/mspack.lua
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user