aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-01 10:11:51 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-01 10:11:51 +0000
commite046b7378157ae6677a0c0f6ed01d8b2339ed05b (patch)
tree91752c5f93e61d12f386ba299e43d5985e834074 /Makefile.nmake
parentb0ea99c9a0e0a93aab1f7fd123974237b5649662 (diff)
The last commit was only half complete
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9942 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-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 = \