fixed 'zlip' to 'zlib' typo in defines :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@887 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
83e71c5dae
commit
9d5fbbedce
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ CEXEBuild::CEXEBuild()
|
|||
#ifdef NSIS_CONFIG_COMPRESSION_SUPPORT
|
||||
definedlist.add("NSIS_CONFIG_COMPRESSION_SUPPORT");
|
||||
#endif
|
||||
#ifdef NSIS_ZLIP_COMPRESS_WHOLE
|
||||
definedlist.add("NSIS_ZLIP_COMPRESS_WHOLE");
|
||||
#ifdef NSIS_ZLIB_COMPRESS_WHOLE
|
||||
definedlist.add("NSIS_ZLIB_COMPRESS_WHOLE");
|
||||
#endif
|
||||
#ifdef NSIS_BZIP2_COMPRESS_WHOLE
|
||||
definedlist.add("NSIS_BZIP2_COMPRESS_WHOLE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue