The last commit was only half complete

svn path=/trunk/; revision=9942
This commit is contained in:
Jörg Mayer 2004-02-01 10:11:51 +00:00
parent 591edcfd03
commit bcd907a23d
1 changed files with 1 additions and 20 deletions

View File

@ -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.400 2004/02/01 10:07:20 jmayer Exp $
# $Id: Makefile.nmake,v 1.401 2004/02/01 10:11:51 jmayer Exp $
include config.nmake
include <win32.mak>
@ -27,25 +27,6 @@ include Makefile.common
DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
TETHEREAL_TAP_SRC = \
tap-ansi_astat.c \
tap-bootpstat.c \
tap-dcerpcstat.c \
tap-gsm_astat.c \
tap-h225counter.c \
tap-h225rassrt.c \
tap-httpstat.c \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \
tap-protocolinfo.c \
tap-protohierstat.c \
tap-rpcstat.c \
tap-rpcprogs.c \
tap-smbsids.c \
tap-smbstat.c \
tap-wspstat.c
TETHEREAL_TAP_OBJECTS = $(TETHEREAL_TAP_SRC:.c=.obj)
DISSECTOR_SUPPORT_OBJECTS = \