aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-03 05:41:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-03 05:41:11 +0000
commit59cebb950f7002df6c08365b1eeb2bb2e4c394ef (patch)
treea039fb203f75789838aa0353574af95644cb55ec /epan/Makefile.nmake
parent0eec920b42ebe5d292e04db20f0d0df9c944045f (diff)
remove the PDB_FILE setting from config.nmake - there's no real need for this info
add some missing files to the clean targets svn path=/trunk/; revision=20290
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index bf5ccf57d3..a088bd3455 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -93,7 +93,9 @@ libwireshark.lib : ..\config.h $(LIBWIRESHARK_OBJECTS) crypt ftypes dfilter $(WS
cd epan
clean:
- rm -f $(LIBWIRESHARK_OBJECTS) $(EXTRA_OBJECTS) libwireshark.lib libwireshark.dll libwireshark.lib libwireshark.exp $(PDB_FILE) doxygen.cfg html/*.*
+ rm -f $(LIBWIRESHARK_OBJECTS) $(EXTRA_OBJECTS) \
+ libwireshark.lib libwireshark.dll libwireshark.dll.manifest libwireshark.exp libwireshark.pdb \
+ doxygen.cfg html/*.*
if exist html rmdir html
cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
@@ -119,7 +121,7 @@ clean:
distclean: clean
rm -f config.h register.c mkstemp.c strptime.c radius_dict.c \
dtd_grammar.out dtd_grammar.c dtd_grammar.h dtd_parse.c \
- dtd_preparse.c
+ dtd_preparse.c sminmpec.c
cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../ftypes