diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 08:50:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 08:50:23 +0000 |
commit | 1bbcbdef7f4f6628f631641f8f12bfffdad291ab (patch) | |
tree | c3a5fac1b250f88c866acaabf2547dc5f6cbfa9b /linguistic | |
parent | e17b59b7c7d3f1ef788232507fac5b70434e8f4f (diff) |
INTEGRATION: CWS gcframework_DEV300 (1.21.18); FILE MERGED
2008/02/06 10:13:52 tl 1.21.18.5: RESYNC: (1.21-1.22); FILE MERGED
2007/12/05 12:04:17 tl 1.21.18.4: #i83776# grammar checking framework
2007/12/05 11:55:34 tl 1.21.18.3: #i83776# grammar checking framework
2007/12/05 11:50:08 tl 1.21.18.2: #i83776# grammar checking framework
2007/10/17 11:49:37 tl 1.21.18.1: new files for grammar checking framework
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk index aab26939edac..2a194d2e6a74 100644 --- a/linguistic/source/makefile.mk +++ b/linguistic/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: obo $ $Date: 2008-02-25 16:07:49 $ +# last change: $Author: obo $ $Date: 2008-02-26 09:50:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,9 @@ SLOFILES = \ $(SLO)$/spelldta.obj\ $(SLO)$/supplang.obj\ $(SLO)$/thesdsp.obj\ - $(SLO)$/thesdta.obj + $(SLO)$/thesdta.obj\ + $(SLO)$/gciterator.obj\ + $(SLO)$/grammarchecker.obj SHL1TARGET= $(TARGET)$(DLLPOSTFIX) |