diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-20 21:04:37 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-20 21:04:37 +0200 |
commit | e7bfe440eb62b1e701f0e638e1d0d4802295a223 (patch) | |
tree | 7ed33c68264833a4c81ef75635adc91154e7720c /build/release-x86.bat | |
parent | 676718594338b84812e0c6cbf1b28bf7589f3167 (diff) |
build environment support for checksum plugin
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index f236d6bd..95c21ff5 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -46,7 +46,8 @@ copy %SSL_BIN%\cert.pem %XCHAT_DEST% copy %ENCHANT_BIN%\libenchant.dll %XCHAT_DEST% xcopy /q /s /i %ENCHANT_BIN%\..\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\ ::xcopy /q /s /i ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\ -xcopy /q /s /i ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins\ +xcopy /q /s /i ..\plugins\checksum\xcchecksum.dll %XCHAT_DEST%\plugins\ +copy ..\plugins\upd\xclua.dll %XCHAT_DEST%\plugins copy ..\plugins\perl\xcperl-510.dll %XCHAT_DEST%\plugins copy ..\plugins\perl\xcperl-512.dll %XCHAT_DEST%\plugins copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins |