diff options
author | Eike Rathke <er@openoffice.org> | 2002-03-27 23:31:40 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-03-27 23:31:40 +0000 |
commit | f5f1bd401753ba8ceaaabc40a5fcde944957de74 (patch) | |
tree | 46c9e3dbf5283b76592677f8df091a91cc1832e0 /i18npool | |
parent | f6b0b1ddd7a41b8b976c522e50f45c75952a3fd2 (diff) |
#97583# move ambiguously (for Windoze) named files indexentry_*
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/indexentry/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/source/indexentry/makefile.mk b/i18npool/source/indexentry/makefile.mk index 34ddb0a497bb..6923b65f8ed2 100644 --- a/i18npool/source/indexentry/makefile.mk +++ b/i18npool/source/indexentry/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.7 $ +#* $Revision: 1.8 $ #* -#* last change: $Author: er $ $Date: 2002-03-26 17:06:09 $ +#* last change: $Author: er $ $Date: 2002-03-28 00:31:40 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -76,7 +76,7 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= \ $(SLO)$/indexentrysupplier.obj \ - $(SLO)$/indexentrysupplier_cjk.obj \ + $(SLO)$/indexentrysupplier_asian.obj \ $(SLO)$/indexentrysupplier_zh_pinyin.obj \ $(SLO)$/indexentrysupplier_zh_stroke.obj \ $(SLO)$/indexentrysupplier_zh_radical.obj \ @@ -84,11 +84,11 @@ SLOFILES= \ $(SLO)$/indexentrysupplier_zh_TW_radical.obj \ $(SLO)$/indexentrysupplier_zh_TW_stroke.obj \ $(SLO)$/indexentrysupplier_ko_dict.obj \ - $(SLO)$/indexentrysupplier_euro.obj \ + $(SLO)$/indexentrysupplier_western.obj \ $(SLO)$/indexentrysupplier_alphanumeric.obj \ $(SLO)$/indexentrysupplier_da_alphanumeric.obj \ $(SLO)$/indexentrysupplier_nl_alphanumeric.obj \ - $(SLO)$/indexentrysupplier_unicode.obj + $(SLO)$/indexentrysupplier_default.obj # --- Targets ------------------------------------------------------ |