Reduce define spew from included files

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6264 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2012-09-17 12:37:03 +00:00
parent 2cf9ecc10e
commit b0c40ee3b5
5 changed files with 39 additions and 61 deletions

View file

@ -5,22 +5,17 @@ Copyright 2002-2009 Joost Verburg
*/
!ifndef MUI_INCLUDED
!echo "NSIS Modern User Interface version 1.8 - Copyright 2002-2009 Joost Verburg"
;--------------------------------
!verbose push 3
!define /IfNDef MUI_VERBOSE 3
!verbose ${MUI_VERBOSE}
!ifndef MUI_INCLUDED
!define MUI_INCLUDED
!define MUI_SYSVERSION "1.8"
!verbose push
!ifndef MUI_VERBOSE
!define MUI_VERBOSE 3
!endif
!verbose ${MUI_VERBOSE}
;--------------------------------
;HEADER FILES, DECLARATIONS
@ -2201,6 +2196,5 @@ Var MUI_TEMP2
;--------------------------------
;END
!endif
!verbose pop
!endif