From 00af66e9c04c3f03ae1384691b4edf925f3cd073 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Mon, 30 Aug 2010 00:51:23 +0200 Subject: supress messages for new perl makefiles --- build/build-x64.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'build/build-x64.bat') diff --git a/build/build-x64.bat b/build/build-x64.bat index 6276677c..9fdf75de 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -20,14 +20,14 @@ nmake /nologo /f makefile.mak cd perl set OOPATH=%PATH% set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x64\bin -nmake /nologo /f makefile-58.mak clean -nmake /nologo /f makefile-58.mak +nmake /nologo /s /f makefile-58.mak clean +nmake /nologo /s /f makefile-58.mak set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x64\bin -nmake /nologo /f makefile-510.mak clean -nmake /nologo /f makefile-510.mak +nmake /nologo /s /f makefile-510.mak clean +nmake /nologo /s /f makefile-510.mak set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x64\bin -nmake /nologo /f makefile-512.mak clean -nmake /nologo /f makefile-512.mak +nmake /nologo /s /f makefile-512.mak clean +nmake /nologo /s /f makefile-512.mak cd ..\..\build set PATH=%OPATH% call release-x64.bat -- cgit 1.4.1