clean up scripts
This commit is contained in:
parent
ca904e4334
commit
50f486ab0c
|
@ -6,12 +6,6 @@ set PATH=c:\WinDDK\7600.16385.1\bin\x86\amd64;c:\WinDDK\7600.16385.1\bin\x86;c:\
|
|||
cd ..\src
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
echo.Enable portable build and press return
|
||||
pause
|
||||
move fe-gtk\xchat.exe fe-gtk\xchat.exe.orig
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
move fe-gtk\xchat.exe.orig fe-gtk\xchat.exe
|
||||
cd ..\plugins\ewc
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
|
|
|
@ -6,12 +6,6 @@ set PATH=c:\WinDDK\7600.16385.1\bin\x86\x86;c:\WinDDK\7600.16385.1\bin\x86;c:\Pr
|
|||
cd ..\src
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
echo.Enable portable build and press return
|
||||
pause
|
||||
move fe-gtk\xchat.exe fe-gtk\xchat.exe.orig
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
move fe-gtk\xchat.exe.orig fe-gtk\xchat.exe
|
||||
cd ..\plugins\ewc
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
|
|
|
@ -6,7 +6,6 @@ set XCHAT_DEST=c:\mozilla-build\build\xchat-wdk-x64
|
|||
rmdir /Q /S %XCHAT_DEST%
|
||||
mkdir %XCHAT_DEST%
|
||||
xcopy ..\src\fe-gtk\xchat.exe %XCHAT_DEST%
|
||||
xcopy ..\src\fe-gtk\xchat-portable.exe %XCHAT_DEST%
|
||||
xcopy %GTK_BIN%\libgtk-win32-2.0-0.dll %XCHAT_DEST%
|
||||
xcopy %GTK_BIN%\libgdk_pixbuf-2.0-0.dll %XCHAT_DEST%
|
||||
xcopy %GTK_BIN%\libgio-2.0-0.dll %XCHAT_DEST%
|
||||
|
|
|
@ -6,7 +6,6 @@ set XCHAT_DEST=c:\mozilla-build\build\xchat-wdk-x86
|
|||
rmdir /Q /S %XCHAT_DEST%
|
||||
mkdir %XCHAT_DEST%
|
||||
xcopy ..\src\fe-gtk\xchat.exe %XCHAT_DEST%
|
||||
xcopy ..\src\fe-gtk\xchat-portable.exe %XCHAT_DEST%
|
||||
xcopy %GTK_BIN%\libgtk-win32-2.0-0.dll %XCHAT_DEST%
|
||||
xcopy %GTK_BIN%\libgdk_pixbuf-2.0-0.dll %XCHAT_DEST%
|
||||
xcopy %GTK_BIN%\libgio-2.0-0.dll %XCHAT_DEST%
|
||||
|
|
Loading…
Reference in New Issue