X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e30fbc523429c9f539daf0b4a49ce2d8c9791fc5..a420c7ed70d128c5a4d01fb656234cca0c2c3a4d:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index f54947ddf9..197f1b4d7a 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 + + + @@ -58,15 +74,6 @@ $(DATADIR)/aclocal - - misc/afm/*.afm - $(DATADIR)/wx/afm - - - misc/gs_afm/*.afm - $(DATADIR)/wx/gs_afm - - install