aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-11-10 20:53:06 +0000
committerGerald Combs <gerald@wireshark.org>2002-11-10 20:53:06 +0000
commit2329ea14836c0b38fc121b73a5ac3200ca5c2b86 (patch)
tree82c29d0671cbbebbdc0bef1fa5b79a4a6c608abf /Makefile.nmake
parentf37932ff641b6d5f3c8a65e9ad1f51e1fae3c473 (diff)
Add tethereal's tap objects to Makefile.nmake's "clean" target.
Instead of setting MIBDIRS in tethereal.c and gtk/main.c, set it in packet-snmp.c. svn path=/trunk/; revision=6606
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 7d4b72f511..f60cbc52bd 100644
--- a/Makefile.nmake
+++ b/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.254 2002/11/06 21:49:29 guy Exp $
+# $Id: Makefile.nmake,v 1.255 2002/11/10 20:53:03 gerald Exp $
include config.nmake
include <win32.mak>
@@ -574,8 +574,9 @@ text2pcap-scanner.c : text2pcap-scanner.l
$(LEX) -otext2pcap-scanner.c text2pcap-scanner.l
clean:
- rm -f $(ethereal_OBJECTS) $(EXTRA_OBJECTS) $(EXECUTABLES) $(PDB_FILE) \
- tethereal.obj editcap.obj mergecap.obj text2pcap.obj \
+ rm -f $(ethereal_OBJECTS) $(tethereal_OBJECTS) $(EXTRA_OBJECTS) \
+ $(EXECUTABLES) $(PDB_FILE) \
+ editcap.obj mergecap.obj text2pcap.obj \
text2pcap-scanner.obj text2pcap-scanner.c register.c \
rdps.obj rdps.pdb config.h ps.c \
rdps.exe rdps.ilk dftest.obj dftest.exe randpkt.obj randpkt.ext \