diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-18 23:23:26 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-18 23:23:26 +0200 |
commit | 50f486ab0c30d64ac850fcc470819c34dfbe4eaa (patch) | |
tree | 86618cf08e966cf45a1a826c743dad6bb6099ed0 /build/release-x86.bat | |
parent | ca904e43347e2004514c813aef975118fae1fdfc (diff) |
clean up scripts
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 1 |
1 files changed, 0 insertions, 1 deletions
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% |