From b522b828081dfd8296ecd31084494e11a4fdceae Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 27 Apr 2004 15:08:27 +0000 Subject: INTEGRATION: CWS tl01 (1.11.46); FILE MERGED 2003/09/12 10:15:41 tl 1.11.46.2: #110762# make textconversion dictionaries read/write XML 2003/07/25 13:19:09 tl 1.11.46.1: #110762# API for Hangul/Hanja text conversion user-dictionaries --- linguistic/source/makefile.mk | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk index 50cb4c5a5bdd..104386c381c9 100644 --- a/linguistic/source/makefile.mk +++ b/linguistic/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: obo $ $Date: 2003-09-05 11:23:45 $ +# last change: $Author: obo $ $Date: 2004-04-27 16:08:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,8 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- UNOTYPES=\ + com.sun.star.linguistic2.ConversionDictionaryType\ + com.sun.star.linguistic2.ConversionDirection\ com.sun.star.linguistic2.DictionaryEvent\ com.sun.star.linguistic2.DictionaryEventFlags\ com.sun.star.linguistic2.DictionaryListEvent\ @@ -81,6 +83,8 @@ UNOTYPES=\ com.sun.star.linguistic2.DictionaryType\ com.sun.star.linguistic2.LinguServiceEventFlags\ com.sun.star.linguistic2.SpellFailure\ + com.sun.star.linguistic2.XConversionDictionary\ + com.sun.star.linguistic2.XConversionDictionaryList\ com.sun.star.linguistic2.XDictionary\ com.sun.star.linguistic2.XDictionary1\ com.sun.star.linguistic2.XDictionaryEntry\ @@ -103,9 +107,13 @@ UNOTYPES=\ com.sun.star.linguistic2.XThesaurus -EXCEPTIONSFILES=\ +EXCEPTIONSFILES= \ + $(SLO)$/convdic.obj\ + $(SLO)$/convdiclist.obj\ + $(SLO)$/convdicxml.obj\ $(SLO)$/dicimp.obj\ $(SLO)$/dlistimp.obj\ + $(SLO)$/hhconvdic.obj\ $(SLO)$/hyphdsp.obj\ $(SLO)$/lngopt.obj\ $(SLO)$/lngreg.obj\ @@ -115,8 +123,12 @@ EXCEPTIONSFILES=\ $(SLO)$/thesdsp.obj SLOFILES = \ + $(SLO)$/convdic.obj\ + $(SLO)$/convdiclist.obj\ + $(SLO)$/convdicxml.obj\ $(SLO)$/dicimp.obj\ $(SLO)$/dlistimp.obj\ + $(SLO)$/hhconvdic.obj\ $(SLO)$/hyphdsp.obj\ $(SLO)$/hyphdta.obj\ $(SLO)$/iprcache.obj\ @@ -133,6 +145,7 @@ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(I18NUTILLIB) \ $(UNOLIB) \ $(VOSLIB) \ $(TOOLSLIB) \ @@ -142,8 +155,9 @@ SHL1STDLIBS= \ $(SFXLIB) \ $(SALLIB) \ $(UCBHELPERLIB) \ - $(UNOTOOLSLIB) - + $(UNOTOOLSLIB) \ + $(XMLOFFLIB) + # build DLL SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEPN= $(SLB)$/$(TARGET).lib @@ -186,5 +200,5 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo Making: $@ @echo lcl > $@ @echo component > $@ - @echo __CT >> $@ + @echo __CT > $@ -- cgit