diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-31 23:58:05 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-31 23:58:05 +0200 |
commit | 2c758b2cfd324954ccec5c61f531b34294bcda94 (patch) | |
tree | b289af49e994a255dc3e1cbb284c14324eaf13f9 | |
parent | 2309a5862c6edaa60195c269d21c7104659da258 (diff) |
copy portable-mode file first to save a few seconds
-rw-r--r-- | build/release-x86.bat | 4 |
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% |