aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-02-01 10:11:51 +0000
committerJörg Mayer <jmayer@loplof.de>2004-02-01 10:11:51 +0000
commitbcd907a23dcd6f32d80e012254f8a9de4e5d5b4e (patch)
tree91752c5f93e61d12f386ba299e43d5985e834074
parent591edcfd0359cbca1b75513f20207c372e37d243 (diff)
The last commit was only half complete
svn path=/trunk/; revision=9942
-rw-r--r--Makefile.nmake21
1 files changed, 1 insertions, 20 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 5df8d0e2fe..e103037d9f 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.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 = \