Add XMem functions (in progress) and LZO, fix ZLib.
This commit is contained in:
parent
b204858a90
commit
ea39199201
@ -1,14 +1,17 @@
|
||||
QT += core
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib c++17
|
||||
DEFINES += MINILZO_USE_STATIC
|
||||
|
||||
SOURCES += \
|
||||
compression.cpp \
|
||||
lzokay.cpp \
|
||||
minilzo.c \
|
||||
lzoconf.h \
|
||||
lzodefs.h
|
||||
|
||||
HEADERS += \
|
||||
compression.h \
|
||||
lzokay.h
|
||||
minilzo.h
|
||||
|
||||
LIBS += \
|
||||
-L$$PWD/../../third_party/xbox_sdk/lib -lxcompress64 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user