diff options
-rw-r--r-- | stoc/source/proxy_factory/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/proxy_factory/makefile.mk b/stoc/source/proxy_factory/makefile.mk index 3f8cda1a4623..f0c12bbfc8b1 100644 --- a/stoc/source/proxy_factory/makefile.mk +++ b/stoc/source/proxy_factory/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:49:21 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:02:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,7 @@ SHL1DEPN= SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1DEF=$(MISC)$/$(SHL1TARGET).def +SHL1RPATH=URELIB DEF1NAME=$(SHL1TARGET) |