aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-01 10:07:20 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-01 10:07:20 +0000
commitb0ea99c9a0e0a93aab1f7fd123974237b5649662 (patch)
tree4d6c305bb2984b0ffecba22ff29dc6a44853dc48 /Makefile.nmake
parent440dce14f3d1a27e75afd3a71994abfbad7cb556 (diff)
Move sourcelists into Makefile.common
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9941 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index ad3a39924f..5df8d0e2fe 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.399 2004/01/31 12:19:58 ulfl Exp $
+# $Id: Makefile.nmake,v 1.400 2004/02/01 10:07:20 jmayer Exp $
include config.nmake
include <win32.mak>
@@ -74,11 +74,6 @@ DISSECTOR_SUPPORT_OBJECTS = \
xdlc.obj \
xmlstub.obj
-BUILT_SOURCES = \
- cvsversion.h \
- x11-declarations.h \
- x11-register-info.h
-
ETHEREAL_COMMON_OBJECTS = \
$(DISSECTOR_SUPPORT_OBJECTS) \
capture_stop_conditions.obj \