summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--build/build-x64.bat8
-rw-r--r--build/build-x86.bat8
-rw-r--r--build/release-x64.bat2
-rw-r--r--build/release-x86.bat2
4 files changed, 10 insertions, 10 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index bf071b0c..dad4b249 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -6,12 +6,12 @@ set PATH=c:\WinDDK\7600.16385.1\bin\x86\amd64;c:\WinDDK\7600.16385.1\bin\x86;c:\
 cd ..\src
 nmake -f makefile.mak clean
 nmake -f makefile.mak
-cd ..\plugins\dns
-nmake -f makefile.mak clean
-nmake -f makefile.mak
-cd ..\ewc
+cd ..\plugins\ewc
 nmake -f makefile.mak clean
 nmake -f makefile.mak
+::cd ..\dns
+::nmake -f makefile.mak clean
+::nmake -f makefile.mak
 cd ..\perl
 nmake -f makefile.mak clean
 nmake -f makefile.mak
diff --git a/build/build-x86.bat b/build/build-x86.bat
index a0dc09d2..f5b825d8 100644
--- a/build/build-x86.bat
+++ b/build/build-x86.bat
@@ -6,12 +6,12 @@ set PATH=c:\WinDDK\7600.16385.1\bin\x86\x86;c:\WinDDK\7600.16385.1\bin\x86;c:\Pr
 cd ..\src
 nmake -f makefile.mak clean
 nmake -f makefile.mak
-cd ..\plugins\dns
-nmake -f makefile.mak clean
-nmake -f makefile.mak
-cd ..\ewc
+cd ..\plugins\ewc
 nmake -f makefile.mak clean
 nmake -f makefile.mak
+::cd ..\dns
+::nmake -f makefile.mak clean
+::nmake -f makefile.mak
 cd ..\perl
 nmake -f makefile.mak clean
 nmake -f makefile.mak
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\
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\