mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
standardise mspack source file layout
This commit is contained in:
parent
e55cb737c1
commit
df96781861
|
|
@ -18,8 +18,8 @@
|
||||||
#include "xenia/base/memory.h"
|
#include "xenia/base/memory.h"
|
||||||
#include "xenia/kernel/util/xex2_info.h"
|
#include "xenia/kernel/util/xex2_info.h"
|
||||||
|
|
||||||
#include "third_party/mspack/lzx.h"
|
#include "third_party/mspack/include/mspack/lzx.h"
|
||||||
#include "third_party/mspack/mspack.h"
|
#include "third_party/mspack/include/mspack/mspack.h"
|
||||||
|
|
||||||
typedef struct mspack_memory_file_t {
|
typedef struct mspack_memory_file_t {
|
||||||
mspack_system sys;
|
mspack_system sys;
|
||||||
|
|
|
||||||
16
third_party/mspack.lua
vendored
16
third_party/mspack.lua
vendored
|
|
@ -18,14 +18,14 @@ project("mspack")
|
||||||
"mspack",
|
"mspack",
|
||||||
})
|
})
|
||||||
files({
|
files({
|
||||||
"mspack/logging.cc",
|
"mspack/include/mspack/lzx.h",
|
||||||
"mspack/lzx.h",
|
"mspack/include/mspack/mspack.h",
|
||||||
"mspack/lzxd.c",
|
"mspack/include/mspack/readbits.h",
|
||||||
"mspack/mspack.h",
|
"mspack/include/mspack/readhuff.h",
|
||||||
"mspack/readbits.h",
|
"mspack/include/mspack/system.h",
|
||||||
"mspack/readhuff.h",
|
"mspack/mspack/logging.cc",
|
||||||
"mspack/system.c",
|
"mspack/mspack/lzxd.c",
|
||||||
"mspack/system.h",
|
"mspack/mspack/system.c",
|
||||||
})
|
})
|
||||||
|
|
||||||
filter("platforms:Windows")
|
filter("platforms:Windows")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue