diff options
author | Christof Pintaske <cp@openoffice.org> | 2001-03-02 16:28:25 +0000 |
---|---|---|
committer | Christof Pintaske <cp@openoffice.org> | 2001-03-02 16:28:25 +0000 |
commit | 5635e18cd31e238f8fc2e99441be0831c6c6186b (patch) | |
tree | 1e5eaaea01dab572264d8b36c827bd3636907fcd /unotools | |
parent | c1ced47500ba8c844366ab5c23d8cdb79a766cb8 (diff) |
added collatorwrapper
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/i18n/makefile.mk b/unotools/source/i18n/makefile.mk index 32c6cd3bcf31..a24d1b68565b 100644 --- a/unotools/source/i18n/makefile.mk +++ b/unotools/source/i18n/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:20:42 $ +# last change: $Author: cp $ $Date: 2001-03-02 17:28:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,6 +98,7 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= \ $(SLO)$/charclass.obj \ $(SLO)$/calendarwrapper.obj \ + $(SLO)$/collatorwrapper.obj \ $(SLO)$/localedatawrapper.obj \ $(SLO)$/numberformatcodewrapper.obj \ $(SLO)$/transliterationwrapper.obj \ |