diff options
-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" |