Update mspack, add to premake, and fix missing license. Fixes #1252.
This commit is contained in:
33
third_party/mspack.lua
vendored
Normal file
33
third_party/mspack.lua
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
group("third_party")
|
||||
project("mspack")
|
||||
uuid("0881692A-75A1-4E7B-87D8-BB9108CEDEA4")
|
||||
kind("StaticLib")
|
||||
language("C")
|
||||
|
||||
defines({
|
||||
"_LIB",
|
||||
"HAVE_CONFIG_H",
|
||||
})
|
||||
removedefines({
|
||||
"_UNICODE",
|
||||
"UNICODE",
|
||||
})
|
||||
includedirs({
|
||||
"mspack",
|
||||
})
|
||||
files({
|
||||
"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({
|
||||
})
|
||||
Reference in New Issue
Block a user