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 | 47811d214d2fc15a664d9a68e99e0c172fa08523 (patch) | |
tree | 5314cd46da98f960c565ac3b31cdeda09c8842bc /remotebridges | |
parent | 17ec5dcc8aae43b7323167af56b02e3e80e523e5 (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')
-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 5e2502a41..52e5a7fab 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) |