X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c62d80605ff8fc9af838579dd5cb1ab4e57e75f7..e2effeb9884f5bfbc5d42e1f2b01bd48b4f5f8c6:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 8fd2a80e71..940c96cb20 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -43,14 +43,41 @@ ../../samples - - - all - yes - utils/wxrc - + + + + + + all - + + monodll + monolib + basedll + baselib + xmldll + xmllib + + + (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) all) || true + + + + clean + + (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) clean) || true + + + + install + wxrc + + (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) install) || true + + + @@ -58,15 +85,6 @@ $(DATADIR)/aclocal - - misc/afm/*.afm - $(DATADIR)/wx/afm - - - misc/gs_afm/*.afm - $(DATADIR)/wx/gs_afm - - install @@ -106,23 +124,6 @@ lib/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).r lib/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).rsrc - - all - $(MACOS_R) - - $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/carbon/apprsrc.r $(top_srcdir)/src/mac/carbon/carbrsrc.r $(top_srcdir)/src/mac/carbon/corersrc.r -o $(MACOS_RSRC) - $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R) - - $(MACOS_RSRC) $(MACOS_R) - - - install - macos-res - - $(INSTALL_DATA) $(MACOS_R) $(LIBDIR) - $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR) - - all $(MACOS_R) @@ -134,7 +135,7 @@ install - macos-res + cocoa-res $(INSTALL_DATA) $(MACOS_R) $(LIBDIR) $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR)