diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 08:48:50 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 08:48:50 +0100 |
commit | 9c8f37cc15393e918f19a6e6e34ae52d4272383b (patch) | |
tree | 48cbcc2627ade93f976edc049c15588bb9fca9d7 /build/release-x86.bat | |
parent | a62ba4792c3dbf72b10912e1ccbce8c5088556cb (diff) |
add support for xchat-text
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index cff0b465..8eb1b019 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -6,6 +6,7 @@ mkdir %XCHAT_DEST% echo 2> portable-mode move portable-mode %XCHAT_DEST% copy ..\src\fe-gtk\xchat.exe %XCHAT_DEST% +copy ..\src\fe-text\xchat-text.exe %XCHAT_DEST% copy %DEPS_ROOT%\bin\libgtk-win32-2.0-0.dll %XCHAT_DEST% copy %DEPS_ROOT%\bin\libgdk_pixbuf-2.0-0.dll %XCHAT_DEST% copy %DEPS_ROOT%\bin\libgio-2.0-0.dll %XCHAT_DEST% |