From efaf42453bf2a876de9ac9fb93ce9c9fd9c65bcb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 15 Oct 2007 11:20:20 +0000 Subject: [PATCH] INTEGRATION: CWS sb71 (1.7.4); FILE MERGED 2007/06/20 12:49:01 sb 1.7.4.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly. --- cppu/source/uno/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cppu/source/uno/makefile.mk b/cppu/source/uno/makefile.mk index 28a2ec27b4ba..8c6622d2296e 100644 --- a/cppu/source/uno/makefile.mk +++ b/cppu/source/uno/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:39:37 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:20:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,8 @@ SLOFILES= \ $(SLO)$/EnvDcp.obj \ $(SLO)$/cascade_mapping.obj \ $(SLO)$/EnvStack.obj \ - $(SLO)$/env_subst.obj + $(SLO)$/env_subst.obj \ + $(SLO)$/loadmodule.obj # --- Targets ------------------------------------------------------