X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca58c9bbb812c7501d034afaf91dc0e865142768..9146872cb5243c629dfb0afc51fd5d8d8ca22826:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 4b47a1e884..0067153498 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -2,7 +2,7 @@ - + @@ -12,21 +12,30 @@ 1 - + - + - - + + + + + + $(MSVC6PRJ_MERGED_TARGETS_MULTILIB) + $(MSVC6PRJ_MERGED_TARGETS_MONOLIB) + + + - - + + + no @@ -54,9 +63,12 @@ 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_DIR) $(DESTDIR)$(LIBDIR)/wx/config + $(INSTALL_PROGRAM) lib/wx/config/@WXCONFIG_DATA_FILE@ $(DESTDIR)$(LIBDIR)/wx/config + (cd $(DESTDIR)$(LIBDIR)/wx/config && rm -f $(TOOLCHAIN_NAME) && $(LN_S) @WXCONFIG_DATA_FILE@ $(TOOLCHAIN_NAME)) + $(INSTALL_PROGRAM) wx-config $(DESTDIR)$(BINDIR) + (cd $(DESTDIR)$(BINDIR) && rm -f wx$(TOOLCHAIN_NAME)-config && $(LN_S) wx-config wx$(TOOLCHAIN_NAME)-config) @@ -69,8 +81,22 @@ $(SRCDIR)/include $(ALL_HEADERS) + + $(INCLUDEDIR)/wx-$(WXVER_MAJOR).$(WXVER_MINOR) + + + + + $(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 @@ -79,7 +105,7 @@ 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) + $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/carbon/apprsrc.r $(top_srcdir)/src/mac/carbon/carbrsrc.r $(top_srcdir)/src/mac/carbon/corersrc.r -o $(MACOS_RSRC) $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R) $(MACOS_RSRC) $(MACOS_R) @@ -118,55 +144,66 @@ $(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 " The installation of wxWindows is finished. On certain" +@echo " ------------------------------------------------------" +@echo " " +@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 " " - - - + ALL_BASE_SOURCES WX_VERSION + + +