diff options
author | Thomas Lange <tl@openoffice.org> | 2001-05-02 15:58:48 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-05-02 15:58:48 +0000 |
commit | 8a4e3ca13cbc1d8c8d685b7bc706be7f335d999c (patch) | |
tree | 7e1cc4b01048106fe33ca9a506be303d76666649 /starmath/source/makefile.mk | |
parent | a5d680de2a79f61024587175bc19bf09bacb857e (diff) |
Math configuration and Symbol/SymbolSet/SymbolSetManager
Diffstat (limited to 'starmath/source/makefile.mk')
-rw-r--r-- | starmath/source/makefile.mk | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/starmath/source/makefile.mk b/starmath/source/makefile.mk index 4ddd184983..fc78e3f879 100644 --- a/starmath/source/makefile.mk +++ b/starmath/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: as $ $Date: 2001-03-19 13:02:50 $ +# last change: $Author: tl $ $Date: 2001-05-02 16:58:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,14 +91,16 @@ SMDLL=TRUE SRS2NAME =smres SRC2FILES = smres.src \ + symbol.src \ commands.src SLOFILES = \ - $(SLO)$/register.obj \ - $(SLO)$/typemap.obj \ + $(SLO)$/register.obj \ + $(SLO)$/typemap.obj \ $(SLO)$/symbol.obj \ $(SLO)$/toolbox.obj \ $(SLO)$/action.obj \ + $(SLO)$/cfgitem.obj \ $(SLO)$/config.obj \ $(SLO)$/dialog.obj \ $(SLO)$/document.obj \ @@ -109,7 +111,7 @@ SLOFILES = \ $(SLO)$/parse.obj \ $(SLO)$/utility.obj \ $(SLO)$/smdll.obj \ - $(SLO)$/smmod.obj \ + $(SLO)$/smmod.obj \ $(SLO)$/view.obj \ $(SLO)$/edit.obj \ $(SLO)$/rect.obj \ @@ -117,7 +119,7 @@ SLOFILES = \ $(SLO)$/xchar.obj EXCEPTIONSFILES = \ - $(SLO)$/register.obj \ + $(SLO)$/register.obj \ $(SLO)$/mathml.obj \ $(SLO)$/unomodel.obj |