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-x64.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-x64.bat')
-rw-r--r-- | build/release-x64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index 2c3e1e55..112a725b 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -38,6 +38,6 @@ copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\xcpython.dll.x64 copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\xctcl.dll.x64 copy ..\plugins\upd\xcupd.dll %XCHAT_DEST%\plugins\xcupd.dll.x64 copy ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\xcxdcc.dll.x64 -copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\xtray.dll.x64 +::copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\xtray.dll.x64 copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins\xcwinamp.dll.x64 copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST%\lua51.dll.x64 |