diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 10:59:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 10:59:07 +0000 |
commit | e2130dedee7ca851e1b26119f73f0b00b86d1ddb (patch) | |
tree | 970f0ca06d098c3974102c2560608bb9251d2fe5 /bridges | |
parent | 124b8367bf60d0cc341febabe698de6d51ec656f (diff) |
INTEGRATION: CWS sb71 (1.7.110); FILE MERGED
2007/06/14 15:04:36 sb 1.7.110.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/jni_uno/makefile.mk b/bridges/source/jni_uno/makefile.mk index 4139d6602ef8..b7468e70ad2b 100644 --- a/bridges/source/jni_uno/makefile.mk +++ b/bridges/source/jni_uno/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2006-01-09 09:47:17 $ +# last change: $Author: vg $ $Date: 2007-10-15 11:59:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,6 +73,7 @@ SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) +SHL1RPATH=URELIB .IF "$(debug)" != "" .IF "$(COM)" == "MSC" |