diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-17 06:47:57 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-17 06:47:57 +0200 |
commit | 4514516712b57f412de237922d9567e6e389ab20 (patch) | |
tree | 98c8adb5abfe0d8305583bfa36c81d263f2f887c /build/release-x64.bat | |
parent | 68473901ec97f092b51d624c1fbe58d6d0054ee5 (diff) |
makefile and build script cleanup
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r-- | build/release-x64.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index e6026dfa..44107c7b 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -7,6 +7,7 @@ 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 ..\src\gtk2-prefs\gtk2-prefs.exe %XCHAT_DEST% copy %DEPS_ROOT%\bin\libatk-1.0-0.dll %XCHAT_DEST% copy %DEPS_ROOT%\bin\libcairo-2.dll %XCHAT_DEST% copy %DEPS_ROOT%\bin\libexpat-1.dll %XCHAT_DEST% |