No need for output from cvsdata.nsi unless it's an error (working this time)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3084 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-11-01 18:42:35 +00:00
parent 21ecbb7198
commit 10c82bd2a9
2 changed files with 1 additions and 6 deletions

View file

@ -6,10 +6,6 @@
;Written by Joost Verburg
!echo "Compiling CVS Data Setup..."
!verbose 3
;--------------------------------
;Configuration
@ -107,8 +103,6 @@ Section ""
SectionEnd
!verbose 4
;--------------------------------
;Function

View file

@ -12,6 +12,7 @@
;Compile CVS Data Setup
!system '"${NSISDIR}\Bin\InstallCVSData.exe" nooverwrite'
!echo "Compiling CVS Data Setup..."
!system '"${NSISDIR}\makensis.exe" /V1 cvsdata.nsi' = 0
;--------------------------------