More BC++ makefile tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-08 17:15:58 +00:00
parent 81c9effa84
commit 4d50d6840a
4 changed files with 7 additions and 12 deletions

View File

@@ -216,10 +216,8 @@ clean:
nmake -f makefile.vc clean
cd $(WXDIR)\samples\mdi
nmake -f makefile.vc clean
!if "$(FINAL)" == "0"
cd $(WXDIR)\samples\memcheck
nmake -f makefile.vc clean
!endif
cd $(WXDIR)\samples\mfc
nmake -f makefile.vc clean
cd $(WXDIR)\samples\menu