X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a50a3990f5c1a96f8533680b5cabe28245cfdc..45fb81e55662c9df401208d9de82c953651cf77a:/build/bakefiles/wx.bkl
diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl
index 1df6355a62..8b8b4cdcb6 100644
--- a/build/bakefiles/wx.bkl
+++ b/build/bakefiles/wx.bkl
@@ -43,14 +43,30 @@
../../samples
-
-
- all
- yes
- utils/wxrc
-
-
-
+
+
+
+
+
+ all
+
+ (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) all) || true
+
+
+
+ clean
+
+ (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) clean) || true
+
+
+
+ install
+
+ (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) install) || true
+
+
+
@@ -60,11 +76,11 @@
misc/afm/*.afm
- $(DATADIR)/wx/$(WX_RELEASE)/afm
+ $(DATADIR)/wx/afm
misc/gs_afm/*.afm
- $(DATADIR)/wx/$(WX_RELEASE)/gs_afm
+ $(DATADIR)/wx/gs_afm