X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065a32a58f472d9b5dc3a60c686107aa7524f24e..5171553c22dca07d136dc2da9dc83bb3c04f0319:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 30358874cb..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) @@ -129,27 +130,32 @@ $(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 + @@ -159,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" @@ -168,6 +176,8 @@ @echo " to be suitable for any purpose." @echo " " @echo " Read the wxWindows Licence on licencing conditions." +@echo " " +@echo " ------------------------------------------------------" @echo " " @@ -179,5 +189,7 @@ + +