aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2007-03-28 16:32:47 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2007-03-28 16:32:47 +0000
commite3f4f4ecb0a223ea7bd0ee0cbdfeb4414f6f66d5 (patch)
treee22e143de32f7004e54bae687e65934e1301edb0 /epan/Makefile.nmake
parentb44cd57b49d126afaf7c8fbf9b723033a6f217af (diff)
Improved cleanup of build artifacts
svn path=/trunk/; revision=21249
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index f5635e46f5..2b4e6533f4 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -95,7 +95,7 @@ libwireshark.lib : ..\config.h $(LIBWIRESHARK_OBJECTS) crypt ftypes dfilter $(WS
clean:
rm -f $(LIBWIRESHARK_OBJECTS) $(EXTRA_OBJECTS) \
libwireshark.lib libwireshark.dll libwireshark.dll.manifest libwireshark.exp libwireshark.pdb \
- doxygen.cfg html/*.*
+ vc60.pdb doxygen.cfg html/*.*
if exist html rmdir html
cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean