aboutsummaryrefslogtreecommitdiffstats
path: root/all.vcproj
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-09-25 19:22:31 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-09-25 19:22:31 +0000
commit4c3c4ab5ac71c187ec8b8198c10a20ecc8505ccc (patch)
treea3aa1ed6ff6b663d773c608239d3affc7fa3494b /all.vcproj
parent548b224e28cc3756880333f2f9aff995dc45b44d (diff)
also do a distclean when doing a clean for the all target
svn path=/trunk/; revision=22959
Diffstat (limited to 'all.vcproj')
-rw-r--r--all.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.vcproj b/all.vcproj
index 346900c953..1e94f275b6 100644
--- a/all.vcproj
+++ b/all.vcproj
@@ -25,7 +25,7 @@
Name="VCNMakeTool"
BuildCommandLine="nmake -f Makefile.nmake setup all"
ReBuildCommandLine="nmake -f Makefile.nmake setup distclean all"
- CleanCommandLine="nmake -f Makefile.nmake clean_setup"
+ CleanCommandLine="nmake -f Makefile.nmake clean_setup distclean"
Output="wireshark-gtk2\wireshark.exe"
PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
IncludeSearchPath=""