diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-27 19:38:37 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-27 19:38:37 +0100 |
commit | eaad8edbee8b7110ae7a885421db4df97cc244cc (patch) | |
tree | 64168a7e078ca4990202abcf164a76b3277ee1ce /build/release-x64.bat | |
parent | 8b1a157ee3a25e208b3c9ca7b3005cb0784c5f8e (diff) |
initial version of winsys sysinfo plugin
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 4bd8905a..871fef80 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -60,6 +60,7 @@ copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins copy ..\plugins\upd\xcupd.dll %XCHAT_DEST%\plugins copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins +copy ..\plugins\winsys\xcwinsys.dll %XCHAT_DEST%\plugins copy ..\plugins\wmpa\xcwmpa.dll %XCHAT_DEST%\plugins copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST% xcopy /q /s /i ..\po\locale %XCHAT_DEST%\locale |