From e046b7378157ae6677a0c0f6ed01d8b2339ed05b Mon Sep 17 00:00:00 2001 From: jmayer Date: Sun, 1 Feb 2004 10:11:51 +0000 Subject: The last commit was only half complete git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9942 f5534014-38df-0310-8fa8-9805f1628bb7 --- Makefile.nmake | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'Makefile.nmake') 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