X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdcc580c3d4c62277b01b0b6089c49610c4f2aee..be7c2a2033f57f92c23f0db8220cb53ad47eabde:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 3a0e66982c..197f1b4d7a 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -2,7 +2,7 @@ - + @@ -19,10 +19,18 @@ - + + + + + $(MSVC6PRJ_MERGED_TARGETS_MULTILIB) + $(MSVC6PRJ_MERGED_TARGETS_MONOLIB) + + + @@ -32,10 +40,33 @@ no samples - ../../samples + ../../samples - - + + + + + + + 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 + + + @@ -43,33 +74,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) + @@ -125,8 +151,8 @@ - - + + $(LIBDIRNAME) @@ -142,7 +168,7 @@ univ - msw + $(TOOLKIT_LOWERCASE) @@ -167,15 +193,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 " "