diff options
-rw-r--r-- | stoc/source/javavm/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/javavm/makefile.mk b/stoc/source/javavm/makefile.mk index c4c03ae4f137..7cff13d64ec4 100644 --- a/stoc/source/javavm/makefile.mk +++ b/stoc/source/javavm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:17:31 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:01:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -87,6 +87,7 @@ SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) |