X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca58c9bbb812c7501d034afaf91dc0e865142768..9513c5b609740c15322f2284e5e8b9609eeaa069:/build/bakefiles/wx.bkl?ds=inline diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 4b47a1e884..d92d892f2c 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -12,21 +12,22 @@ 1 - + - + - + - - + + + no @@ -54,9 +55,9 @@ install - $(INSTALL_DIR) $(BINDIR) - $(INSTALL_PROGRAM) wx$(TOOLCHAIN_NAME)-config $(BINDIR) - (cd $(BINDIR) && rm -f wx-config && $(LN_S) wx$(TOOLCHAIN_NAME)-config wx-config) + $(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) @@ -71,6 +72,17 @@ $(ALL_HEADERS) + + + + $(SRCDIR)/locale + wxstd + + ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk + zh zh_CN zh_TW + + $(LOCALEDIR) + lib/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).r @@ -118,35 +130,43 @@ $(LIBDIRNAME) - + libdir + $(SETUPHDIR) + + + libdir_setup setup_h - $(LIBDIRNAME)/wx + $(SETUPHDIR)/wx - + univ msw - $(SRCDIR)/include/wx/$(SETUP_H_DIR)/setup0.h - $(SRCDIR)/include/wx/$(SETUP_H_DIR)/setup.h + $(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup0.h + $(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h setup_h setup_h - $(SRCDIR)/include/wx/$(SETUP_H_DIR)/setup.h - $(LIBDIRNAME)/wx/setup.h + $(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h + $(SETUPHDIR)/wx/setup.h + - + + @echo " " +@echo " ------------------------------------------------------" +@echo " " @echo " The installation of wxWindows 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" @@ -156,17 +176,20 @@ @echo " to be suitable for any purpose." @echo " " @echo " Read the wxWindows Licence on licencing conditions." +@echo " " +@echo " ------------------------------------------------------" @echo " " - - - + ALL_BASE_SOURCES WX_VERSION + + +