diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 12:57:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 12:57:07 +0000 |
commit | 65000b89f876eba2915f047fbb0a702100ae5745 (patch) | |
tree | 475497d21196fa3dfd46fc3682145a14e2109999 /i18npool/source/textconversion | |
parent | 74cf06740cdef0088f287edf2a9022e868d0b8d1 (diff) |
INTEGRATION: CWS os34 (1.2.116); FILE MERGED
2004/07/27 13:17:47 tl 1.2.116.2: #i30303# changed as suggested by HJA
2004/06/29 22:16:42 khong 1.2.116.1: #i29300# add Chinese conversion
Diffstat (limited to 'i18npool/source/textconversion')
-rw-r--r-- | i18npool/source/textconversion/makefile.mk | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/i18npool/source/textconversion/makefile.mk b/i18npool/source/textconversion/makefile.mk index b29b07e493fc..b31669c5a274 100644 --- a/i18npool/source/textconversion/makefile.mk +++ b/i18npool/source/textconversion/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.2 $ +#* $Revision: 1.3 $ #* -#* last change: $Author: vg $ $Date: 2003-04-17 17:53:34 $ +#* last change: $Author: rt $ $Date: 2004-09-17 13:57:07 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -74,11 +74,19 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- +MY_MISC_CXXFILES = \ + $(MISC)$/hhc_char.cxx \ + $(MISC)$/stc_char.cxx \ + $(MISC)$/stc_word.cxx + SLOFILES= \ $(SLO)$/textconversionImpl.obj \ $(SLO)$/textconversion.obj \ $(SLO)$/textconversion_ko.obj \ - $(SLO)$/hhc_char.obj + $(SLO)$/textconversion_zh.obj \ + $(SLO)$/hhc_char.obj \ + $(SLO)$/stc_char.obj \ + $(SLO)$/stc_word.obj APP1TARGET = genconv_dict @@ -91,8 +99,11 @@ APP1STDLIBS = $(SALLIB) \ .INCLUDE : target.mk -data/%.dic : $(APP1TARGETN) +data$/%.dic : $(APP1TARGETN) +@echo dummy -$(MISC)$/%.cxx : data/%.dic - $(APP1TARGETN)$ $< $@ + +$(MISC)$/%.cxx : data$/%.dic + $(APP1TARGETN)$ $* $< $@ + + |