From 4c3c4ab5ac71c187ec8b8198c10a20ecc8505ccc Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 25 Sep 2007 19:22:31 +0000 Subject: [PATCH] also do a distclean when doing a clean for the all target svn path=/trunk/; revision=22959 --- all.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""