!ifndef and !endif docs replaced
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2001 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
291467fe75
commit
abf2302e62
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ This command, when paired with an !endif command, will tell the compiler whether
|
|||
|
||||
\e{!ifndef gflag [bcheck [gflag [...]]]}
|
||||
|
||||
This command closes a block started with !ifdef or !ifndef.
|
||||
This command is the logical lovemonkey to !ifdef and !endif. !ifdef/!else/!endif, !ifdef/!else ifdef/!endif, !ifdef/!else ifdef/!else ifndef/!endif, etc. If ifdef or ifndef is specified as the first parameter, it behaves as expected.
|
||||
|
||||
\e{!else [ifdef|ifndef [...]]}
|
||||
|
||||
|
@ -26,7 +26,7 @@ This command is the opposite of !ifdef (If 'gflag' is not globally defined, the
|
|||
|
||||
\e{!endif}
|
||||
|
||||
This command is the logical lovemonkey to !ifdef and !endif. !ifdef/!else/!endif, !ifdef/!else ifdef/!endif, !ifdef/!else ifdef/!else ifndef/!endif, etc. If ifdef or ifndef is specified as the first parameter, it behaves as expected.
|
||||
This command closes a block started with !ifdef or !ifndef.
|
||||
|
||||
\e{!insertmacro macro_name [parameter] [...]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue