summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-18 23:23:26 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-18 23:23:26 +0200
commit50f486ab0c30d64ac850fcc470819c34dfbe4eaa (patch)
tree86618cf08e966cf45a1a826c743dad6bb6099ed0
parentca904e43347e2004514c813aef975118fae1fdfc (diff)
clean up scripts
-rw-r--r--build/build-x64.bat6
-rw-r--r--build/build-x86.bat6
-rw-r--r--build/release-x64.bat1
-rw-r--r--build/release-x86.bat1
4 files changed, 0 insertions, 14 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index 97a8ccd7..7f1c3686 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -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
diff --git a/build/build-x86.bat b/build/build-x86.bat
index e9a84be2..5d28ce5e 100644
--- a/build/build-x86.bat
+++ b/build/build-x86.bat
@@ -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
diff --git a/build/release-x64.bat b/build/release-x64.bat
index 2f8a88d1..65f4c09b 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.bat
@@ -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%
diff --git a/build/release-x86.bat b/build/release-x86.bat
index 1530afe8..2286894b 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -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%