X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/004779cd73a2d523723576c7f75f804b89e24d26..bd018e7e31361bc2112a386f18663908a0559d58:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index c21d88a773..940c96cb20 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -2,7 +2,7 @@ - + @@ -12,29 +12,72 @@ 1 - + - + - - + + + + + + $(MSVC6PRJ_MERGED_TARGETS_MULTILIB) + $(MSVC6PRJ_MERGED_TARGETS_MONOLIB) + + + - - + + + no samples - ../../samples + ../../samples + + + + + + + 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 + + + @@ -42,33 +85,28 @@ $(DATADIR)/aclocal - - misc/afm/*.afm - $(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/afm - - - misc/gs_afm/*.afm - $(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/gs_afm - - install $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_PROGRAM) wx$(TOOLCHAIN_NAME)-config $(DESTDIR)$(BINDIR) - (cd $(DESTDIR)$(BINDIR) && rm -f wx-config && $(LN_S) wx$(TOOLCHAIN_NAME)-config wx-config) + $(INSTALL_DIR) $(DESTDIR)$(LIBDIR)/wx/config + $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(LIBDIR)/wx/config + (cd $(DESTDIR)$(BINDIR) && rm -f wx-config && $(LN_S) $(DESTDIR)$(LIBDIR)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) $(BUILDDIR) - lib/wx/include/$(TOOLCHAIN_NAME)/wx/setup.h - $(LIBDIR)/wx/include/$(TOOLCHAIN_NAME)/wx + lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h + $(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx $(SRCDIR)/include $(ALL_HEADERS) + + $(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR) + @@ -86,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/apprsrc.r $(top_srcdir)/src/mac/carbrsrc.r $(top_srcdir)/src/mac/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) @@ -114,7 +135,7 @@ install - macos-res + cocoa-res $(INSTALL_DATA) $(MACOS_R) $(LIBDIR) $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR) @@ -124,8 +145,8 @@ - - + + $(LIBDIRNAME) @@ -141,7 +162,7 @@ univ - msw + $(TOOLKIT_LOWERCASE) @@ -154,6 +175,7 @@ $(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h $(SETUPHDIR)/wx/setup.h + @@ -165,15 +187,15 @@ @echo " " @echo " ------------------------------------------------------" @echo " " -@echo " The installation of wxWindows is finished. On certain" +@echo " The installation of wxWidgets is finished. On certain" @echo " platforms (e.g. Linux) you'll now have to run ldconfig" @echo " if you installed a shared library and also modify the" @echo " LD_LIBRARY_PATH (or equivalent) environment variable." @echo " " -@echo " wxWindows comes with no guarantees and doesn't claim" +@echo " wxWidgets comes with no guarantees and doesn't claim" @echo " to be suitable for any purpose." @echo " " -@echo " Read the wxWindows Licence on licencing conditions." +@echo " Read the wxWidgets Licence on licencing conditions." @echo " " @echo " ------------------------------------------------------" @echo " " @@ -187,5 +209,7 @@ + +