also do a distclean when doing a clean for the all target

svn path=/trunk/; revision=22959
This commit is contained in:
Ulf Lamping 2007-09-25 19:22:31 +00:00
parent 548b224e28
commit 4c3c4ab5ac
1 changed files with 1 additions and 1 deletions

View File

@ -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=""