mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 10:42:18 -05:00
supress messages for new perl makefiles
This commit is contained in:
parent
4ffb7db8e7
commit
00af66e9c0
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user