diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-20 05:43:13 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-20 05:43:13 +0100 |
commit | bfee90f11c9766808a0c7decccc3289d4764019f (patch) | |
tree | ebdb69373da6658e5af2e49fb2acebc35e0b748a /win32/release-x86.bat | |
parent | 8f4987a33c7042c3ddb72619bbd1f6f787ee751d (diff) |
add DNS plugin
Diffstat (limited to 'win32/release-x86.bat')
-rw-r--r-- | win32/release-x86.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/release-x86.bat b/win32/release-x86.bat index 4583add6..dc022b75 100644 --- a/win32/release-x86.bat +++ b/win32/release-x86.bat @@ -58,6 +58,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\dns\xcdns.dll %XCHAT_DEST%\plugins copy ..\plugins\doat\xcdoat.dll %XCHAT_DEST%\plugins copy ..\plugins\exec\xcexec.dll %XCHAT_DEST%\plugins copy ..\plugins\fishlim\xcfishlim.dll %XCHAT_DEST%\plugins |