summary refs log tree commit diff stats
path: root/build/release-x64.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-10 17:10:18 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-10 17:10:18 +0200
commit721b8de82722216e5c161eff039589863841ec53 (patch)
tree2cfb59d43b31aaec717148b14ce68bc37e4baeb8 /build/release-x64.bat
parentbdade69b092832ed669666212a949c1352096883 (diff)
don't build DNS plugin coz it's hardly useful for anything
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r--build/release-x64.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat
index ce1fe22e..aea7a05f 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.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\