applied patch #2918870 - use of the zlib compression library provided by the system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6030 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9f7710ace6
commit
c39ffff404
34 changed files with 280 additions and 7431 deletions
|
@ -2,14 +2,8 @@ target = "zip2exe"
|
|||
|
||||
files = Split("""
|
||||
main.cpp
|
||||
zlib/adler32.c
|
||||
zlib/crc32.c
|
||||
zlib/inffast.c
|
||||
zlib/inflate.c
|
||||
zlib/inftrees.c
|
||||
zlib/ioapi.c
|
||||
zlib/unzip.c
|
||||
zlib/zutil.c
|
||||
""")
|
||||
|
||||
resources = Split("""
|
||||
|
@ -26,6 +20,7 @@ libs = Split("""
|
|||
comdlg32
|
||||
advapi32
|
||||
shell32
|
||||
z
|
||||
""")
|
||||
|
||||
headers = Split("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue