use !verbose

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4871 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-01-24 11:23:02 +00:00
parent 9e429996af
commit 8d441329d7

View file

@ -17,6 +17,9 @@
# For more information, read appendix B in the documentation.
#
!verbose push
!verbose 3
!ifndef LIB_INCLUDED
!define LIB_INCLUDED
@ -743,3 +746,5 @@
!macroend
!endif
!verbose pop