rebaked with baefile rev 928

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-04 20:39:49 +00:00
parent a485900cf0
commit 69199aad02
151 changed files with 1273 additions and 650 deletions

View File

@@ -42,6 +42,14 @@ clean:
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
(cd about && $(MAKE) distclean)
(cd help && $(MAKE) distclean)
(cd helpview && $(MAKE) distclean)
(cd printing && $(MAKE) distclean)
(cd test && $(MAKE) distclean)
(cd virtual && $(MAKE) distclean)
(cd widget && $(MAKE) distclean)
(cd zip && $(MAKE) distclean)
about:
(cd about && $(MAKE) all)