From 19beefa6f3462a1418ea8ee760f1229b5020f053 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Sun, 15 Mar 2009 16:07:56 +0000 Subject: [PATCH] On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 2 ++ build/bakefiles/common_samples_intree.bkl | 2 -- build/bakefiles/config.bkl | 3 ++- build/bakefiles/wx.bkl | 6 ++++++ configure.in | 18 +++++++++++------- utils/helpview/src/helpview.bkl | 1 - utils/screenshotgen/src/screenshotgen.bkl | 1 - 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 1618f74ee9..ceea7fb5e0 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -637,8 +637,10 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r $(RCDEFDIR) $(TOP_SRCDIR)include + $(DYLIB_RPATH_POSTLINK) $(WXTOPDIR)src/msw/version.rc + diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 99efd7b1f2..17a9e686c9 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -362,8 +362,9 @@ to run the tests, include CppUnit library here.