18 lines
359 B
Plaintext
Executable File
18 lines
359 B
Plaintext
Executable File
include $(MAKEDIR)/Makefile.base
|
|
|
|
INCPATH := -I minizip -I zlib
|
|
|
|
# zlib1g-dev must be installed, not sure why I resorted to that
|
|
# maybe some problems
|
|
#-I ../zlib
|
|
|
|
LIBFILE := libminizip.a
|
|
SRC_C := minizip/ioapi.c minizip/mztools.c minizip/unzip.c minizip/zip.c
|
|
COPYTO := ../../sdk/lib
|
|
|
|
_FLAGS := $(_FLAGS) -Dz_crc_t="long"
|
|
|
|
include $(MAKEDIR)/Makefile.lib
|
|
|
|
|