aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-06 03:25:10 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-06 03:25:10 +0000
commit27656155b75fd514426dd54b280d6cc2220d9206 (patch)
tree25d3235c11231f848b33ea38f82c6fabd7277025 /epan/Makefile.nmake
parent133a3b35cfe1457a6ce1fa1976cc6ae0db022b60 (diff)
Add routines to process IPv{4,6}-address-and-prefix-length pairs,
masking out the appropriate bits in the address. Use them in the BGP and EIGRP dissectors. svn path=/trunk/; revision=10327
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 8ed9981cff..9fe26533b2 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.35 2004/03/02 18:55:30 ulfl Exp $
+# $Id: Makefile.nmake,v 1.36 2004/03/06 03:25:10 guy Exp $
include ..\config.nmake
@@ -35,7 +35,8 @@ DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_OBJECTS:../=)
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $(DISSECTOR_SUPPORT_SRC)
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
-OBJECTS=atalk-utils.obj \
+OBJECTS=addr_and_mask.obj \
+ atalk-utils.obj \
bitswap.obj \
circuit.obj \
column-utils.obj \