From bcd907a23dcd6f32d80e012254f8a9de4e5d5b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 1 Feb 2004 10:11:51 +0000 Subject: The last commit was only half complete svn path=/trunk/; revision=9942 --- Makefile.nmake | 21 +-------------------- 1 file changed, 1 insertion(+), 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 @@ -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 = \ -- cgit v1.2.3