!undef now issues warnings instead of errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7039 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
931b06c782
commit
1afaca0e41
5 changed files with 23 additions and 6 deletions
|
@ -30,7 +30,7 @@ If \e{/file} is used, the entire text file specified (including whitespace and n
|
|||
|
||||
\S1{undef} !undef
|
||||
|
||||
\c gflag
|
||||
\c [/noerrors] gflag [...]
|
||||
|
||||
Removes an item from the global define list. Note that $\{SYMBOL\} where SYMBOL is undefined will be translated to "$\{SYMBOL\}".
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@ Released on ??? ??th, 20??
|
|||
|
||||
\b Fixed !macroundef of last defined macro bug
|
||||
|
||||
\b !undef issues warnings instead of errors
|
||||
|
||||
\b MakeNSIS prints -CMDHELP to stdout (\W{http://sf.net/p/nsis/bugs/1203}{bug #1203})
|
||||
|
||||
\S2{} Translations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue