summaryrefslogtreecommitdiff
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-06-11 18:26:09 +0000
committerGerald Combs <gerald@wireshark.org>2007-06-11 18:26:09 +0000
commitf60e81aaac118e5b3e71c62a77bff911087b0915 (patch)
treeb753a8a627171614f46ecf5b8cba48cd34d5ceea /epan/Makefile.nmake
parent68cdbd4e65f32e498f92cf90df5a2bad69295ae3 (diff)
downloadwireshark-f60e81aaac118e5b3e71c62a77bff911087b0915.tar.gz
Fix compilation under VS6 (hopefully without breaking compilation
anywhere else). Instead of using getaddrinfo() and getnameinfo(), promote inet_pton.c and inet_ntop.c to the top level and use those routines instead. (It's 2007, for crying out loud. Why is this even an issue?) svn path=/trunk/; revision=22075
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 26f36526bb..7233a26e49 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -128,6 +128,7 @@ clean:
#
distclean: clean
rm -f config.h register.c mkstemp.c strptime.c \
+ inet_ntop.c inet_pton.c \
$(LIBWIRESHARK_DISTCLEAN_GENERATED_SRC) \
$(LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC) \
dtd_grammar.out dtd_grammar.h sminmpec.c
@@ -249,6 +250,12 @@ mkstemp.c: ..\mkstemp.c
strptime.c: ..\strptime.c
xcopy ..\strptime.c . /d
+inet_ntop.c: ..\inet_ntop.c
+ xcopy ..\inet_ntop.c . /d
+
+inet_pton.c: ..\inet_pton.c
+ xcopy ..\inet_pton.c . /d
+
radius_dict.c : radius_dict.l
$(LEX) radius_dict.l