diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:13:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:13:12 +0000 |
commit | ba4615ff6b8fda1301a8f64c3b3c92afab196468 (patch) | |
tree | 49d06c94e25ba967dceeb94959bd9f280b554d84 /starmath | |
parent | e5b2a205c068b4004c557f8c03c03871c74ce3f7 (diff) |
INTEGRATION: CWS tl32 (1.29.6); FILE MERGED
2006/11/02 15:13:54 tl 1.29.6.1: #i69286# make starmath warning-free for unxsols4(.pro)
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/source/makefile.mk b/starmath/source/makefile.mk index d24e5eed8f9e..740e12f3a519 100644 --- a/starmath/source/makefile.mk +++ b/starmath/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:33:00 $ +# last change: $Author: vg $ $Date: 2007-05-25 12:13:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -99,12 +99,15 @@ SLOFILES = \ EXCEPTIONSFILES = \ $(SLO)$/accessibility.obj \ + $(SLO)$/cfgitem.obj \ $(SLO)$/document.obj \ $(SLO)$/mathml.obj \ + $(SLO)$/mathtype.obj \ $(SLO)$/view.obj \ $(SLO)$/viewhdl.obj \ $(SLO)$/unomodel.obj \ $(SLO)$/smdetect.obj \ + $(SLO)$/symbol.obj \ $(SLO)$/unodoc.obj LIB1TARGET = \ |