!verbose stuff in System.nsh

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1479 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-26 21:51:39 +00:00
parent c9bb8f31f6
commit 593a511516
4 changed files with 10 additions and 11 deletions

View file

@ -1,10 +1,12 @@
;Modern UI Macro System 1.3
;NSIS Modern User Interface version 1.3
;Macro System
;Written by Joost Verburg
;See Basic.nsi, Multilanguage.nsi and InstallOptions.nsi
;in the Examples\Modern UI directory for examples of usage.
;--------------------------------
!verbose 3
!ifndef MUI_MACROS_USED
@ -625,4 +627,7 @@ FunctionEnd
!macroend
!endif
!endif
!verbose 4
;--------------------------------