added NSIS_LZMA_COMPRESS_WHOLE to the script define list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3774 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2f396234db
commit
7c07f12463
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ CEXEBuild::CEXEBuild() :
|
|||
#endif
|
||||
#ifdef NSIS_COMPRESS_BZIP2_SMALLMODE
|
||||
definedlist.add("NSIS_COMPRESS_BZIP2_SMALLMODE");
|
||||
#endif
|
||||
#ifdef NSIS_LZMA_COMPRESS_WHOLE
|
||||
definedlist.add("NSIS_LZMA_COMPRESS_WHOLE");
|
||||
#endif
|
||||
#ifdef NSIS_CONFIG_COMPONENTPAGE
|
||||
definedlist.add("NSIS_CONFIG_COMPONENTPAGE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue