From 8d441329d740eb32abda516c2e7d0b8a810a5e2f Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 24 Jan 2007 11:23:02 +0000 Subject: [PATCH] use !verbose git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4871 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Include/Library.nsh b/Include/Library.nsh index f14fbf81..1261b480 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -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