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,23 +5,17 @@ Copyright 2002-2009 Joost Verburg
*/
!ifndef MUI_INCLUDED
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2009 Joost Verburg"
;--------------------------------
!ifndef MUI_INCLUDED
!define MUI_INCLUDED
!define MUI_SYSVERSION "2.0"
!verbose push
!ifndef MUI_VERBOSE
!define MUI_VERBOSE 3
!endif
!verbose push 3
!define /IfNDef MUI_VERBOSE 3
!verbose ${MUI_VERBOSE}
!define MUI_INCLUDED
!define MUI_SYSVERSION "2.0"
!addincludedir "${NSISDIR}\Contrib\Modern UI 2"
;--------------------------------
@ -117,6 +111,5 @@ Copyright 2002-2009 Joost Verburg
!macroend
!endif
!verbose pop
!endif