flatten 20260225
This commit is contained in:
17
resources/packages/zip/Minizip-Makefile.project
Executable file
17
resources/packages/zip/Minizip-Makefile.project
Executable file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user