diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:22:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:22:06 +0000 |
commit | 629d26cfbb5e1d8a4dd7bb3e68e9ae14d6099dec (patch) | |
tree | 398c851371a24fa8cf8a9f19a21a41011724c55b /remotebridges | |
parent | 79b1acaf50e127c749c3de04ee0d083d27195e79 (diff) |
INTEGRATION: CWS sb71 (1.8.16); FILE MERGED
2007/06/14 15:06:38 sb 1.8.16.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remotebridges/source/bridge/makefile.mk b/remotebridges/source/bridge/makefile.mk index 172a9a6ab490..b22d2921bbfe 100644 --- a/remotebridges/source/bridge/makefile.mk +++ b/remotebridges/source/bridge/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:58:25 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:22:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,7 @@ SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) |