[DEV] add minizip at the zlib tools
This commit is contained in:
parent
af9749013a
commit
f6fc204114
2
external/etk
vendored
2
external/etk
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 61bd6002d03ac065c40ac581661495fe9e237706
|
Subproject commit 273a1ba41b67643af2365945b0ca243a3ed01c62
|
20
external/z/lutin_minizip.py
vendored
Normal file
20
external/z/lutin_minizip.py
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
import lutinModule
|
||||||
|
import lutinTools
|
||||||
|
|
||||||
|
def Create(target):
|
||||||
|
myModule = lutinModule.module(__file__, 'minizip', 'LIBRARY')
|
||||||
|
myModule.AddSrcFile([
|
||||||
|
"zlib/contrib/minizip/unzip.c",
|
||||||
|
"zlib/contrib/minizip/zip.c",
|
||||||
|
"zlib/contrib/minizip/miniunz.c",
|
||||||
|
"zlib/contrib/minizip/ioapi.c"])
|
||||||
|
|
||||||
|
myModule.AddExportPath(lutinTools.GetCurrentPath(__file__) + "/zlib/contrib/")
|
||||||
|
|
||||||
|
myModule.AddModuleDepend('z')
|
||||||
|
|
||||||
|
# add the currrent module at the
|
||||||
|
return myModule
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user