X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee929bcff4394798c02c0c9bbca6d345eac933c2..9513c5b609740c15322f2284e5e8b9609eeaa069:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index feded73cb9..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) @@ -154,6 +155,7 @@ $(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h $(SETUPHDIR)/wx/setup.h + @@ -163,6 +165,8 @@ @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" @@ -172,6 +176,8 @@ @echo " to be suitable for any purpose." @echo " " @echo " Read the wxWindows Licence on licencing conditions." +@echo " " +@echo " ------------------------------------------------------" @echo " " @@ -183,5 +189,7 @@ + +