aboutsummaryrefslogtreecommitdiffstats
path: root/all.vcproj
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-25 19:22:31 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-25 19:22:31 +0000
commitb7097e008d0dc1548e91aaf851e457a6830e4d8f (patch)
treea3aa1ed6ff6b663d773c608239d3affc7fa3494b /all.vcproj
parent881aa1dad14dc39f790813280d7220a016eacb27 (diff)
also do a distclean when doing a clean for the all target
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22959 f5534014-38df-0310-8fa8-9805f1628bb7
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=""