xenia/third_party/mspack.lua

37 lines
695 B
Lua
Raw Normal View History

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