diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-10 17:10:18 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-10 17:10:18 +0200 |
commit | 721b8de82722216e5c161eff039589863841ec53 (patch) | |
tree | 2cfb59d43b31aaec717148b14ce68bc37e4baeb8 /build/release-x86.bat | |
parent | bdade69b092832ed669666212a949c1352096883 (diff) |
don't build DNS plugin coz it's hardly useful for anything
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index 68f8ea2e..902dc628 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -31,7 +31,7 @@ xcopy /S /I etc %XCHAT_DEST%\etc xcopy ..\COPYING %XCHAT_DEST% ::xcopy %SSL_BIN%\libeay32.dll %XCHAT_DEST% ::xcopy %SSL_BIN%\ssleay32.dll %XCHAT_DEST% -xcopy /S /I ..\plugins\dns\xcdns.dll %XCHAT_DEST%\plugins\ +::xcopy /S /I ..\plugins\dns\xcdns.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\ ::xcopy /S /I ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\ |