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 cd perl
set OOPATH=%PATH% set OOPATH=%PATH%
set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x64\bin set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x64\bin
nmake /nologo /f makefile-58.mak clean nmake /nologo /s /f makefile-58.mak clean
nmake /nologo /f makefile-58.mak nmake /nologo /s /f makefile-58.mak
set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x64\bin set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x64\bin
nmake /nologo /f makefile-510.mak clean nmake /nologo /s /f makefile-510.mak clean
nmake /nologo /f makefile-510.mak nmake /nologo /s /f makefile-510.mak
set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x64\bin set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x64\bin
nmake /nologo /f makefile-512.mak clean nmake /nologo /s /f makefile-512.mak clean
nmake /nologo /f makefile-512.mak nmake /nologo /s /f makefile-512.mak
cd ..\..\build cd ..\..\build
set PATH=%OPATH% set PATH=%OPATH%
call release-x64.bat call release-x64.bat

View File

@ -16,14 +16,14 @@ nmake /nologo /f makefile.mak
cd perl cd perl
set OOPATH=%PATH% set OOPATH=%PATH%
set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x86\bin set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x86\bin
nmake /nologo /f makefile-58.mak clean nmake /nologo /s /f makefile-58.mak clean
nmake /nologo /f makefile-58.mak nmake /nologo /s /f makefile-58.mak
set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x86\bin set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x86\bin
nmake /nologo /f makefile-510.mak clean nmake /nologo /s /f makefile-510.mak clean
nmake /nologo /f makefile-510.mak nmake /nologo /s /f makefile-510.mak
set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x86\bin set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x86\bin
nmake /nologo /f makefile-512.mak clean nmake /nologo /s /f makefile-512.mak clean
nmake /nologo /f makefile-512.mak nmake /nologo /s /f makefile-512.mak
cd ..\..\build cd ..\..\build
call compile-po-files.bat call compile-po-files.bat
cd ..\build cd ..\build

View File

@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def
$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
clean: clean:
del $(TARGET) @del $(TARGET)
del *.obj @del *.obj
del perl.def @del perl.def
del *.lib @del *.lib
del *.exp @del *.exp

View File

@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def
$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
clean: clean:
del $(TARGET) @del $(TARGET)
del *.obj @del *.obj
del perl.def @del perl.def
del *.lib @del *.lib
del *.exp @del *.exp

View File

@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def
$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
clean: clean:
del $(TARGET) @del $(TARGET)
del *.obj @del *.obj
del perl.def @del perl.def
del *.lib @del *.lib
del *.exp @del *.exp