diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 22:55:35 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 22:55:35 +0100 |
commit | 47e952707208a1c023c1e4c836c5ebf06e1d64d9 (patch) | |
tree | f6c52aee2f6111298e759931fc106b27d8c5c413 /build/release-x64.bat | |
parent | de8865585304a2d78874e0e42ba69bb25d9d5565 (diff) |
enable winsys release
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 4f60f256..e2f91991 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -66,7 +66,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\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 |