aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 15:20:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 15:20:00 +0000
commit075a4d5dad4370a6768b05dc420d67c1d9612917 (patch)
treeb98a42367a5babb98086f8a40685934adb57f0b2
parenta2f91ba6106c869849bbecb96b2d47dba8d8cd39 (diff)
disable ADNS stuff for now
svn path=/trunk/; revision=24981
-rw-r--r--Makefile.nmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4608de5d82..00f60cc27d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -143,7 +143,7 @@ RESOURCES=image\wireshark.res image\libwireshark.res image\tshark.res \
LIBS_CHECK=_libs_check_
-all: $(LIBS_CHECK) config.h tools image codecs $(ADNS_DLL) $(ZLIB_DLL) wiretap epan $(EXECUTABLES) $(RESOURCES) doc install-all
+all: $(LIBS_CHECK) config.h tools image codecs $(ZLIB_DLL) wiretap epan $(EXECUTABLES) $(RESOURCES) doc install-all
packaging: all
cd packaging
@@ -485,8 +485,7 @@ image::
# therefore compile the adns dll from source ADNS_DIR package.
# To avoid path problems, copy the adns sources to a temp dir,
# compile and copy the resulting files back to (source) ADNS_DIR
-$(ADNS_DLL):
-
+#$(ADNS_DLL):
# xcopy $(ADNS_DIR) adns.tmp /D /I /E /Y
# cd adns.tmp\adns_win32\adns_dll
# $(MAKE) /$(MAKEFLAGS) -f adns_dll.mak LOC="-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE"