X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ee3c06421446908fabe9de45b8e0c7519c28c24..dce0742b30a3d71604f6cefbc4e2717c7770f475:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 645d7f2489..55e51884ba 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -28,11 +28,11 @@ - @@ -92,6 +92,23 @@ $(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) + + @@ -106,16 +123,42 @@ setup_h $(LIBDIRNAME)/wx + + + univ + msw + - - $(SRCDIR)/include/wx/msw/setup0.h - $(SRCDIR)/include/wx/msw/setup.h + + $(SRCDIR)/include/wx/$(SETUP_H_DIR)/setup0.h + $(SRCDIR)/include/wx/$(SETUP_H_DIR)/setup.h + setup_h setup_h - $(SRCDIR)/include/wx/msw/setup.h - $(LIBDIRNAME)/wx/setup.h + $(SRCDIR)/include/wx/$(SETUP_H_DIR)/setup.h + $(LIBDIRNAME)/wx/setup.h + + + + + +@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 " " + + + +