diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 17:58:00 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 17:58:00 +0100 |
commit | caa878bc93134a07be311c287dacae2168d97ebc (patch) | |
tree | e98cc11883dc40a91df4023ac3a6cac1ca2ced10 /build | |
parent | 99e015c3b3ce49ae13d213ce493504dc7332e19c (diff) |
add doat plugin
Diffstat (limited to 'build')
-rw-r--r-- | build/release-x64.bat | 1 | ||||
-rw-r--r-- | build/release-x86.bat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index 47ba3589..e96b01e2 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -47,6 +47,7 @@ copy %DEPS_ROOT%\bin\cert.pem %XCHAT_DEST% copy %DEPS_ROOT%\bin\libenchant.dll %XCHAT_DEST% xcopy /q /s /i %DEPS_ROOT%\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\ xcopy /q /s /i ..\plugins\checksum\xcchecksum.dll %XCHAT_DEST%\plugins\ +copy ..\plugins\doat\xcdoat.dll %XCHAT_DEST%\plugins copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins ::copy ..\plugins\gtkpref\xcgtkpref.dll %XCHAT_DEST%\plugins copy ..\plugins\mpcinfo\xcmpcinfo.dll %XCHAT_DEST%\plugins diff --git a/build/release-x86.bat b/build/release-x86.bat index c7223fe0..ddd1ff0c 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -47,6 +47,7 @@ copy %DEPS_ROOT%\bin\cert.pem %XCHAT_DEST% copy %DEPS_ROOT%\bin\libenchant.dll %XCHAT_DEST% xcopy /q /s /i %DEPS_ROOT%\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\ xcopy /q /s /i ..\plugins\checksum\xcchecksum.dll %XCHAT_DEST%\plugins\ +copy ..\plugins\doat\xcdoat.dll %XCHAT_DEST%\plugins copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins ::copy ..\plugins\gtkpref\xcgtkpref.dll %XCHAT_DEST%\plugins copy ..\plugins\mpcinfo\xcmpcinfo.dll %XCHAT_DEST%\plugins |