diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:35:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:35:26 +0000 |
commit | d143f4e2c66f648ce2906ba39c1deb6a6cc2797f (patch) | |
tree | 819cdd05b413c1f6f2749fe7ae22a8941d4730b2 /bridges | |
parent | ad18beafb275481b7ec125aceb88b20fba94eaae (diff) |
INTEGRATION: CWS sb10 (1.9.102); FILE MERGED
2004/01/08 13:49:38 sb 1.9.102.1: #114000# Adapted to cpp_uno/shared.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk index dc8d0086dc93..d47bae8b4ee3 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.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hjs $ $Date: 2001-12-12 16:43:38 $ +# last change: $Author: hr $ $Date: 2004-02-03 12:35:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,11 +100,8 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1IMPLIB= i$(TARGET) SHL1VERSIONMAP=..$/..$/bridge_exports.map -SHL1OBJS= \ - $(SLO)$/cpp2uno.obj \ - $(SLO)$/uno2cpp.obj \ - $(SLO)$/except.obj \ - $(SLO)$/call.obj +SHL1OBJS = $(SLOFILES) +SHL1LIBS = $(SLB)$/cpp_uno_shared.lib SHL1STDLIBS= \ $(CPPULIB) \ |