ICU-21967 Remove obsolete references in makedata.vcxproj and makedata_uwp.vcxproj

These references should have been removed in ICU-20489 and ICU-21420.
Take the opportunity to update the doc as well.
This commit is contained in:
Julien Brianceau 2022-03-25 12:13:12 +01:00 committed by Jeff Genovy
parent 861e55c246
commit a2c90781f1
5 changed files with 15 additions and 51 deletions

View file

@ -154,31 +154,27 @@ In the descriptions below, `<ICU>` is the full path name of the ICU4C directory
<li><b>brkitr/</b> Data files for character, word, sentence, title
casing and line boundary analysis.</li>
<li><b>coll/</b> Data for collation tailorings. The makefile
<b>colfiles.mk</b> contains the list of resource bundle files.</li>
<li><b>coll/</b> Data for collation tailorings.</li>
<li><b>locales/</b> These .txt files contain ICU language and
culture-specific localization data. Two special bundles are
<b>root</b>, which is the fallback data and parent of other bundles,
and <b>index</b>, which contains a list of installed bundles. The
makefile <b>resfiles.mk</b> contains the list of resource bundle
files. Some of the locale data is split out into the type-specific
and <b>index</b>, which contains a list of installed bundles.
Some of the locale data is split out into the type-specific
directories curr, lang, region, unit, and zone, described below.</li>
<li><b>curr/</b> Locale data for currency symbols and names (including
plural forms), with its own makefile <b>resfiles.mk</b>.</li>
plural forms).</li>
<li><b>lang/</b> Locale data for names of languages, scripts, and locale
key names and values, with its own makefile <b>resfiles.mk</b>.</li>
key names and values.</li>
<li><b>region/</b> Locale data for names of regions, with its own
makefile <b>resfiles.mk</b>.</li>
<li><b>region/</b> Locale data for names of regions.</li>
<li><b>unit/</b> Locale data for measurement unit patterns and names,
with its own makefile <b>resfiles.mk</b>.</li>
<li><b>unit/</b> Locale data for measurement unit patterns and
names.</li>
<li><b>zone/</b> Locale data for time zone names, with its own
makefile <b>resfiles.mk</b>.</li>
<li><b>zone/</b> Locale data for time zone names.</li>
<li><b>mappings/</b> Here are the code page converter tables. These
.ucm files contain mappings to and from Unicode. These are compiled
@ -189,10 +185,8 @@ In the descriptions below, `<ICU>` is the full path name of the ICU4C directory
converters to be built.</li>
<li><b>translit/</b> This directory contains transliterator rules as
resource bundles, a makefile <b>trnsfiles.mk</b> containing the list
of installed system translitaration files, and as well the special
bundle <b>translit_index</b> which lists the system transliterator
aliases.</li>
resource bundles, and the special bundle <b>translit_index</b> which
lists the system transliterator aliases.</li>
<li><b>unidata/</b> This directory contains the Unicode data files.
Please see <a href=

View file

@ -74,22 +74,22 @@ COREDATA_TS=$(ICUTMP)\coredata.timestamp
ARM_CROSSBUILD_TS=
# ICUCOL
# The directory that contains colfiles.mk files along with *.txt collation data files
# The directory that contains *.txt collation data files
#
ICUCOL=coll
# ICURBNF
# The directory that contains rbnffiles.mk files along with *.txt RBNF data files
# The directory that contains *.txt RBNF data files
#
ICURBNF=rbnf
# ICUTRNS
# The directory that contains trfiles.mk files along with *.txt transliterator files
# The directory that contains *.txt transliterator files
#
ICUTRNS=translit
# ICUBRK
# The directory that contains resfiles.mk files along with *.txt break iterator files
# The directory that contains *.txt break iterator files
#
ICUBRK=brkitr

View file

@ -39,14 +39,8 @@
</BuildLog>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="brkitr\brkfiles.mk" />
<None Include="coll\colfiles.mk" />
<None Include="makedata.mak" />
<None Include="misc\miscfiles.mk" />
<None Include="rbnf\rbnffiles.mk" />
<None Include="locales\resfiles.mk" />
<None Include="..\test\testdata\testdata.mak" />
<None Include="translit\trnsfiles.mk" />
<None Include="mappings\ucmcore.mk" />
<None Include="mappings\ucmebcdic.mk" />
<None Include="mappings\ucmfiles.mk" />

View file

@ -11,30 +11,12 @@
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="brkitr\brkfiles.mk">
<Filter>Make Files</Filter>
</None>
<None Include="coll\colfiles.mk">
<Filter>Make Files</Filter>
</None>
<None Include="makedata.mak">
<Filter>Make Files</Filter>
</None>
<None Include="misc\miscfiles.mk">
<Filter>Make Files</Filter>
</None>
<None Include="rbnf\rbnffiles.mk">
<Filter>Make Files</Filter>
</None>
<None Include="locales\resfiles.mk">
<Filter>Make Files</Filter>
</None>
<None Include="..\test\testdata\testdata.mak">
<Filter>Make Files</Filter>
</None>
<None Include="translit\trnsfiles.mk">
<Filter>Make Files</Filter>
</None>
<None Include="mappings\ucmcore.mk">
<Filter>Make Files</Filter>
</None>

View file

@ -67,14 +67,8 @@
</BuildLog>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="brkitr\brkfiles.mk" />
<None Include="coll\colfiles.mk" />
<None Include="makedata.mak" />
<None Include="misc\miscfiles.mk" />
<None Include="rbnf\rbnffiles.mk" />
<None Include="locales\resfiles.mk" />
<None Include="..\test\testdata\testdata.mak" />
<None Include="translit\trnsfiles.mk" />
<None Include="mappings\ucmcore.mk" />
<None Include="mappings\ucmebcdic.mk" />
<None Include="mappings\ucmfiles.mk" />