X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/148e141b23eb2d20722a3d6677f77295bc0254be..e96ec686d8f244bbd617c14aa0c62ff9ca0c2970:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index af7af754cd..8b8b4cdcb6 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -42,8 +42,31 @@ samples ../../samples - - + + + + + + + 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 + + +