diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:33:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:33:51 +0000 |
commit | dbf8618a95dc62e4986f6b4f349b1fbd98d3fd78 (patch) | |
tree | e24a9d3f60b01881d676dd1bba49c585514d0dd0 /starmath/source/makefile.mk | |
parent | f5bef4bae22eeec443d0147b494c6b2e1ff7f9f3 (diff) |
INTEGRATION: CWS tl17 (1.24.38); FILE MERGED
2006/01/05 15:01:37 tl 1.24.38.1: #128227# enable exception handling
Diffstat (limited to 'starmath/source/makefile.mk')
-rw-r--r-- | starmath/source/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/source/makefile.mk b/starmath/source/makefile.mk index 9f5904193d..38e4b40320 100644 --- a/starmath/source/makefile.mk +++ b/starmath/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: rt $ $Date: 2005-09-07 15:08:49 $ +# last change: $Author: kz $ $Date: 2006-01-31 18:33:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -97,6 +97,7 @@ SLOFILES = \ EXCEPTIONSFILES = \ $(SLO)$/accessibility.obj \ + $(SLO)$/document.obj \ $(SLO)$/mathml.obj \ $(SLO)$/viewhdl.obj \ $(SLO)$/unomodel.obj \ |