aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-25 09:58:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-25 09:58:08 +0000
commit6d97c0a1159afafb1324fcaf7d9916371add2d4d (patch)
treeedbef338f29ed47b6a9017bd38063055ea6a668c /epan/dissectors/Makefile.nmake
parent1314696bca5579646269bd496ad9099a908da70a (diff)
From Lars Roland: don't print the "echo Linking dissectors.lib" command
before running it (printing echo commands puts extra gunk into the output), and remove some additional generated files when doing "make distclean". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11517 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index bbbe56daef..98c6689343 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -25,7 +25,7 @@ DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj)
#dissectors.lib: ../../config.h $(DISSECTOR_OBJECTS) $(EXTRA_OBJECTS)
dissectors.lib: register.obj packet-ncp2222.c x11-declarations.h x11-register-info.h ../../config.h $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
- echo dissectors.lib
+ @echo Linking dissectors.lib
link /lib /out:dissectors.lib $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
#
@@ -99,4 +99,5 @@ clean:
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
distclean: clean
- rm -f $(BUILT_SOURCES) packet-ncp2222.c
+ rm -f $(BUILT_SOURCES) packet-ncp2222.c \
+ register.c x11-declarations.h x11-register-info.h