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/build-x86.bat | |
parent | bdade69b092832ed669666212a949c1352096883 (diff) |
don't build DNS plugin coz it's hardly useful for anything
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 8 |
1 files changed, 4 insertions, 4 deletions
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 |