don't build DNS plugin coz it's hardly useful for anything

This commit is contained in:
berkeviktor@aol.com 2010-08-10 17:10:18 +02:00
parent bdade69b09
commit 721b8de827
4 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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\

View File

@ -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\