aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-24 21:51:40 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-24 21:51:40 +0000
commite6f82792a9b7bdf86809a7a88dca64793098d2d7 (patch)
tree86486f5886225eedf4e9e97e8f3ead9b3853076b /epan
parent64a5a77b6cfd9e037b5de5fe69dc4cc7161458fe (diff)
downloadwireshark-e6f82792a9b7bdf86809a7a88dca64793098d2d7.tar.gz
wireshark-e6f82792a9b7bdf86809a7a88dca64793098d2d7.tar.bz2
wireshark-e6f82792a9b7bdf86809a7a88dca64793098d2d7.zip
Update the Makefile.nmake files to reflect the move of "int-64bit.c" to
the "epan" subdirectory. Include "strptime.obj" in the list of object files used to build "text2pcap.exe". svn path=/trunk/; revision=4258
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 517b346040..563dca5474 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -30,6 +30,7 @@ OBJECTS=atalk-utils.obj \
inet_pton.obj \
inet_ntop.obj \
ipv4.obj \
+ int-64bit.obj \
osi-utils.obj \
packet.obj \
plugins.obj \