diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-01 11:17:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-01 11:17:45 +0000 |
commit | 84f23a3e34b0772beea88643299b3f391db397e3 (patch) | |
tree | f3c6396d5f35f5170738bdaf528032a56c2b614c | |
parent | 01ea5224262ad4d16b4d7e4f044605ad1f5f8ad9 (diff) |
INTEGRATION: CWS sb34 (1.10.92); FILE MERGED
2005/06/28 15:23:53 sb 1.10.92.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk index d47bae8b4ee3..17f7f2f0e0de 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.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2004-02-03 12:35:26 $ +# last change: $Author: kz $ $Date: 2005-07-01 12:17:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,8 @@ SLOFILES= \ $(SLO)$/cpp2uno.obj \ $(SLO)$/uno2cpp.obj \ $(SLO)$/except.obj \ - $(SLO)$/call.obj + $(SLO)$/call.obj \ + $(SLO)$/flushcode.obj SHL1TARGET= $(TARGET) |