diff options
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk index bd54f1e34560..1d92f7f852ac 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2001-08-14 11:02:30 $ +# last change: $Author: dbo $ $Date: 2001-09-06 11:25:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,6 +94,7 @@ SHL1TARGET= $(TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1IMPLIB= i$(TARGET) +SHL1VERSIONMAP=..$/..$/bridge_exports.map SHL1OBJS= \ $(SLO)$/cpp2uno.obj \ |