diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-11-08 11:15:56 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-11-08 11:15:56 +0100 |
commit | c5a9da7593b9c72c7c1349cf6e432672c7e0e1eb (patch) | |
tree | 24dacc6eb8d7b451765e3d8e92fea60c9d4c20a6 /build/release-x86.bat | |
parent | 9a4b218526a99164c86cd78efc4dd15b4dda04de (diff) |
some left out from build system cleanup + re-enable plugin-tray and disable xtray, tray icon is fixed in gtk head
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index 8c234bf1..e915362d 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -50,7 +50,7 @@ copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins copy ..\plugins\upd\xcupd.dll %XCHAT_DEST%\plugins copy ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins -copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins +::copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST% xcopy /q /s /i ..\po\locale %XCHAT_DEST%\locale |