X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2275c7326890f3322d1f140b5687a75810bc81af..673ae68a3c63f85da2f58f50c858efb9deeff79c:/build/bakefiles/wx.bkl
diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl
index 9be3f9895b..58e38626de 100644
--- a/build/bakefiles/wx.bkl
+++ b/build/bakefiles/wx.bkl
@@ -61,20 +61,20 @@
xmllib
- (if test -d utils/wxrc ; then cd utils/wxrc && $(DOLLAR)(MAKE) all ; fi)
+ (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && $(DOLLAR)(MAKE) all ; fi)
clean
- (if test -d utils/wxrc ; then cd utils/wxrc && $(DOLLAR)(MAKE) clean ; fi)
+ (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && $(DOLLAR)(MAKE) clean ; fi)
install
wxrc
- (if test -d utils/wxrc ; then cd utils/wxrc && $(DOLLAR)(MAKE) install ; fi)
+ (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && $(DOLLAR)(MAKE) install ; fi)
@@ -104,7 +104,9 @@
msw/rcdefs.h
-
+
+
+
$(BUILDDIR)/lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx
@@ -114,15 +116,19 @@
$(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
-
+
-
+
+
+ is it time to use per-target <headers> now?
+
+
$(SRCDIR)/include
$(ALL_HEADERS)
$(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
-
+