summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-31 23:58:05 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-31 23:58:05 +0200
commit2c758b2cfd324954ccec5c61f531b34294bcda94 (patch)
treeb289af49e994a255dc3e1cbb284c14324eaf13f9 /build
parent2309a5862c6edaa60195c269d21c7104659da258 (diff)
copy portable-mode file first to save a few seconds
Diffstat (limited to 'build')
-rw-r--r--build/release-x86.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat
index eaba786d..99b1f63d 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -5,6 +5,8 @@ set LUA_BIN=c:\mozilla-build\build\lua-wdk-5.1.4-2-x86\bin
 set XCHAT_DEST=c:\mozilla-build\build\xchat-wdk-uni
 rmdir /q /s %XCHAT_DEST%
 mkdir %XCHAT_DEST%
+echo 2> portable-mode
+move portable-mode %XCHAT_DEST%
 copy ..\src\fe-gtk\xchat.exe %XCHAT_DEST%
 copy %GTK_BIN%\libgtk-win32-2.0-0.dll %XCHAT_DEST%
 copy %GTK_BIN%\libgdk_pixbuf-2.0-0.dll %XCHAT_DEST%
@@ -48,5 +50,3 @@ copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins
 copy %LUA_BIN%\lua51.dll %XCHAT_DEST%
 xcopy /q /s /i ..\po\locale %XCHAT_DEST%\locale
 xcopy /q /s /i %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale
-echo 2> portable-mode
-move portable-mode %XCHAT_DEST%