X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a50a3990f5c1a96f8533680b5cabe28245cfdc..bd018e7e31361bc2112a386f18663908a0559d58:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 1df6355a62..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/$(WX_RELEASE)/afm - - - misc/gs_afm/*.afm - $(DATADIR)/wx/$(WX_RELEASE)/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)