supress messages for new perl makefiles

This commit is contained in:
berkeviktor@aol.com
2010-08-30 00:51:23 +02:00
parent 4ffb7db8e7
commit 00af66e9c0
5 changed files with 27 additions and 27 deletions

View File

@@ -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

View File

@@ -16,14 +16,14 @@ nmake /nologo /f makefile.mak
cd perl
set OOPATH=%PATH%
set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x86\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-x86\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-x86\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
call compile-po-files.bat
cd ..\build