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:
parent
21ecbb7198
commit
10c82bd2a9
2 changed files with 1 additions and 6 deletions
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
!echo "Compiling CVS Data Setup..."
|
|
||||||
|
|
||||||
!verbose 3
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
|
@ -107,8 +103,6 @@ Section ""
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
!verbose 4
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Function
|
;Function
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
;Compile CVS Data Setup
|
;Compile CVS Data Setup
|
||||||
|
|
||||||
!system '"${NSISDIR}\Bin\InstallCVSData.exe" nooverwrite'
|
!system '"${NSISDIR}\Bin\InstallCVSData.exe" nooverwrite'
|
||||||
|
!echo "Compiling CVS Data Setup..."
|
||||||
!system '"${NSISDIR}\makensis.exe" /V1 cvsdata.nsi' = 0
|
!system '"${NSISDIR}\makensis.exe" /V1 cvsdata.nsi' = 0
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue