2018-11-23 21:32:14 +00:00
|
|
|
group("third_party")
|
|
|
|
project("mspack")
|
|
|
|
uuid("0881692A-75A1-4E7B-87D8-BB9108CEDEA4")
|
|
|
|
kind("StaticLib")
|
2018-11-25 02:50:30 +00:00
|
|
|
language("C++")
|
|
|
|
links({
|
|
|
|
"xenia-base",
|
|
|
|
})
|
2018-11-23 21:32:14 +00:00
|
|
|
defines({
|
|
|
|
"_LIB",
|
|
|
|
"HAVE_CONFIG_H",
|
|
|
|
})
|
|
|
|
removedefines({
|
|
|
|
"_UNICODE",
|
|
|
|
"UNICODE",
|
|
|
|
})
|
|
|
|
includedirs({
|
|
|
|
"mspack",
|
|
|
|
})
|
|
|
|
files({
|
2018-11-25 02:50:30 +00:00
|
|
|
"mspack/logging.cc",
|
2018-11-23 21:32:14 +00:00
|
|
|
"mspack/lzx.h",
|
|
|
|
"mspack/lzxd.c",
|
|
|
|
"mspack/mspack.h",
|
|
|
|
"mspack/readbits.h",
|
|
|
|
"mspack/readhuff.h",
|
|
|
|
"mspack/system.c",
|
|
|
|
"mspack/system.h",
|
|
|
|
})
|
|
|
|
|
|
|
|
filter("platforms:Windows")
|
|
|
|
defines({
|
|
|
|
})
|
|
|
|
filter("platforms:Linux")
|
|
|
|
defines({
|
|
|
|
})
|