diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-09-06 10:25:50 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-09-06 10:25:50 +0000 |
commit | f257ce2109c5ce14abe8109b15e373079d2328fa (patch) | |
tree | 26a2966db69cf5e75e2428b3cad2af8e42acf00f /bridges/source | |
parent | b2bef2ba8f4250c062c4c29ecc1b5215e015d4c5 (diff) |
#91945# limiting exports
Diffstat (limited to 'bridges/source')
-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 \ |