summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 17:58:04 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 17:58:04 +0000
commitf2012542c00e26ec0b6d0d8b3dc810a52182764b (patch)
tree7e6941462de201af769b1127fd5703a28de06ca3 /config.nmake
parent39ab6c51c00d19a3f5e277fe11824dd56e994019 (diff)
downloadwireshark-f2012542c00e26ec0b6d0d8b3dc810a52182764b.tar.gz
attempt to build ADNS on none MSVC6 systems - with the same mechanism as done with ZLIB
Unfortunately, both dep and rc files need to be patched, so I added the patched files It's an ugly solution but it seems to work ... svn path=/trunk/; revision=24996
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 6be2fd3783..831681f857 100644
--- a/config.nmake
+++ b/config.nmake
@@ -702,6 +702,7 @@ ZLIB_CONFIG=
ADNS_PATH=$(ADNS_DIR)\adns_win32\lib
ADNS_CFLAGS=/I$(ADNS_DIR)\src /I$(ADNS_DIR)\adns_win32
ADNS_LIBS=$(ADNS_DIR)\adns_win32\lib\adns_dll.lib
+ADNS_DLL=$(ADNS_DIR)\adns_win32\lib\adns_dll.dll
# Nmake uses carets to escape special characters
ADNS_CONFIG=^#define HAVE_GNU_ADNS 1
!else