X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f70083b6940989ec3cf4570a7cd08134436be3b2..c3b87b2e3ce107bd0843cddf3fafba86f28a2876:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index abc2274358..53f72b47f6 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -6,6 +6,11 @@ + + + all + + 1 @@ -17,15 +22,17 @@ - + + + - @@ -64,6 +71,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 @@ -72,7 +90,7 @@ all $(MACOS_R) - $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/apprsrc.r $(top_srcdir)/src/mac/carbrsrc.r ../src/mac/corersrc.r -o $(MACOS_RSRC) + $(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) $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R) $(MACOS_RSRC) $(MACOS_R) @@ -85,6 +103,88 @@ $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR) + + all + $(MACOS_R) + + $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/cocoa/dummy.r -o $(MACOS_RSRC) + $(DEREZ) $(MACOS_RSRC) -useDF >$(MACOS_R) + + $(MACOS_RSRC) $(MACOS_R) + + + install + macos-res + + $(INSTALL_DATA) $(MACOS_R) $(LIBDIR) + $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR) + + + + + + + + + + $(LIBDIRNAME) + + + libdir + $(SETUPHDIR) + + + libdir_setup + setup_h + $(SETUPHDIR)/wx + + + + univ + msw + + + + $(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_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" +@echo " LD_LIBRARY_PATH (or equivalent) environment variable." +@echo " " +@echo " wxWindows 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 " " +@echo " ------------------------------------------------------" +@echo " " + + + + + + ALL_BASE_SOURCES WX_VERSION + +