Added !pragma warning error <#|all>, warning #, disable all, enable all, default all
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6898 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
52e1c24f30
commit
ca009c196b
9 changed files with 116 additions and 40 deletions
|
@ -187,9 +187,9 @@ The pragma commands allows you to change compiler features and behavior.
|
|||
|
||||
\c level | push | pop
|
||||
|
||||
This command will set the level of verbosity. 4=all, 3=no script, 2=no info, 1=no warnings, 0=none.
|
||||
This command will set the level of verbosity: 4=all, 3=no script, 2=no info, 1=no warnings, 0=none.
|
||||
|
||||
Passing push will cause \R{verbose}{!verbose} to push the current verbosity level on a special stack. Passing pop will cause \R{verbose}{!verbose} to pop the current verbosity level from the same stack and use it.
|
||||
Passing push will cause !verbose to push the current verbosity level on a special stack. Passing pop will cause !verbose to pop the current verbosity level from the same stack and use it.
|
||||
|
||||
\c !verbose push
|
||||
\c !verbose 1
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
\A{history} Changelog and Release Notes
|
||||
|
||||
\H{v3.03} 3.03
|
||||
|
||||
Released on ??? ??rd, 20??
|
||||
|
||||
\S1{v3.03-cl} Changelog
|
||||
|
||||
\S2{} Minor Changes
|
||||
|
||||
\H{v3.02.1} 3.02.1
|
||||
|
||||
Released on July 31st, 2017
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue