NSIS/Include
eccles 8a66228b7c 2.3:
- Much reworking and refactoring.
- Added built-in support for the rest of NSIS's conditional tests.
- Added ability to use any NSIS conditional command in a normal If type statement.
- Optimised the code produced by If (fewer Goto's).
- Added statement similar to If that works in reverse: "Unless".
- Fixed bug where using Continue in a Do..LoopUntil loop went to the top of the loop and not the loop condition.
- Added DoWhile..Loop and Do..LoopWhile loop varieties.
- Optimised the code prodiced by Select (fewer Goto's).
- Renamed Case_Else to CaseElse.
- CaseElse can also be called Default (for the C-minded).


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3278 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-14 00:29:15 +00:00
..
LogicLib.nsh 2.3: 2003-12-14 00:29:15 +00:00
MUI.nsh If we already have include directories, why not use them? 2003-02-07 14:15:51 +00:00
Sections.nsh Applied patch #849000 - New sections macros for mutually exclusive section selection by Tim Gallagher 2003-11-25 17:18:45 +00:00
UpgradeDLL.nsh UpgradeDLL include file, VB6 runtime installation 2003-11-12 12:55:13 +00:00
WinMessages.nsh No need for ${NSISDIR}\Include 2003-02-14 22:24:11 +00:00