diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:22:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:22:32 +0000 |
commit | 44feef9fc6e22cc6e37e366ccc4b31f7d1688474 (patch) | |
tree | 44256e8868b93d85b1d8a89639ae348eaf957df1 /remotebridges/source | |
parent | ab71da15282a4ebc9625c1ccb77604894126fd21 (diff) |
INTEGRATION: CWS sb71 (1.10.16); FILE MERGED
2007/06/14 15:06:38 sb 1.10.16.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'remotebridges/source')
-rw-r--r-- | remotebridges/source/unourl_resolver/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remotebridges/source/unourl_resolver/makefile.mk b/remotebridges/source/unourl_resolver/makefile.mk index 5e2502a41e19..52e5a7fab968 100644 --- a/remotebridges/source/unourl_resolver/makefile.mk +++ b/remotebridges/source/unourl_resolver/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:59:13 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:22:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,6 +61,7 @@ SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) |