X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e30fbc523429c9f539daf0b4a49ce2d8c9791fc5..e96ec686d8f244bbd617c14aa0c62ff9ca0c2970:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index f54947ddf9..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 + + +