]> granicus.if.org Git - icu/commitdiff
ICU-21967 Remove obsolete references in makedata.vcxproj and makedata_uwp.vcxproj
authorJulien Brianceau <jubrianc@microsoft.com>
Fri, 25 Mar 2022 11:13:12 +0000 (12:13 +0100)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 31 Mar 2022 18:23:29 +0000 (11:23 -0700)
These references should have been removed in ICU-20489 and ICU-21420.
Take the opportunity to update the doc as well.

docs/userguide/icu4c/index.md
icu4c/source/data/makedata.mak
icu4c/source/data/makedata.vcxproj
icu4c/source/data/makedata.vcxproj.filters
icu4c/source/data/makedata_uwp.vcxproj

index 15f73a93c637b736bbebe021efbfeb0c39afa91d..4c7534e3dea13f3911f1ea5347ace6fdb3955b5f 100644 (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=
index 3825da92b9b9ba4430e66b92ee5a0bd680eac2b8..936127ed772731a5aec2adfbb34a0b54dbb8ffab 100644 (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
 
index 4309f430ecbb898f1b457059a3c607742c60843b..202f959669f876e4c0dffac66ed8fb6e7ef4d594 100644 (file)
     </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" />
index 54bd3034bc1ce3a752a867ae241d0de43258d53a..50d133aa6c306e8be7f7446f1f4ee40d792b394d 100644 (file)
     </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>
index 7b4ae4d9a4b02f743f0971e316e95e2d66e6f6d6..cdc4e4ec2113141bbeaaa13fef7e77ede327dd25 100644 (file)
     </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" />