macro system updates

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1571 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-03 13:21:09 +00:00
parent 2fc9ed8b95
commit a436ddac6c
4 changed files with 30 additions and 28 deletions

View file

@ -572,12 +572,24 @@
!macroend
;--------------------------------
;BASIC FUNCTIONS
;BASIC MACRO'S
!macro MUI_FUNCTIONS_BASIC
!macro MUI_SYSTEM
!verbose 3
!insertmacro MUI_BASIC
!insertmacro MUI_UNBASIC
!verbose 4
!macroend
!macro MUI_BASIC
!verbose 3
!insertmacro MUI_INTERFACE
!insertmacro MUI_PAGECOMMANDS
!insertmacro MUI_FUNCTIONS_PAGES
!insertmacro MUI_FUNCTIONS_GUIINIT
@ -587,10 +599,11 @@
!macroend
!macro MUI_UNFUNCTIONS_BASIC
!macro MUI_UNBASIC
!verbose 3
!insertmacro MUI_INTERFACE
!insertmacro MUI_UNPAGECOMMANDS
!insertmacro MUI_UNFUNCTIONS_PAGES
!insertmacro MUI_UNFUNCTIONS_GUIINIT