|
From: <xue...@us...> - 2003-07-12 11:55:54
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv26574
Modified Files:
CBP.nsh
Log Message:
Simple verbosity control.
Index: CBP.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/CBP.nsh,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CBP.nsh 9 Jul 2003 12:59:22 -0000 1.12
--- CBP.nsh 12 Jul 2003 11:55:51 -0000 1.13
***************
*** 18,26 ****
#----------------------------------------------------------------------------------------------
!ifdef CBP.nsh_included
!error "$\r$\n$\r$\nFatal error: CBP.nsh has been included more than once!$\r$\n"
!else
!define CBP.nsh_included
!
#//////////////////////////////////////////////////////////////////////////////////////////////
#
--- 18,30 ----
#----------------------------------------------------------------------------------------------
+ !ifndef PFI_VERBOSE
+ !verbose 3
+ !endif
+
!ifdef CBP.nsh_included
!error "$\r$\n$\r$\nFatal error: CBP.nsh has been included more than once!$\r$\n"
!else
!define CBP.nsh_included
!
#//////////////////////////////////////////////////////////////////////////////////////////////
#
|