From 1846ee8777e298177d9c56c879a0673a85020a44 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 26 Oct 1999 01:14:23 +0000 Subject: [PATCH] [ICU-38] Win9x: hard-code compilation of some converter files that have long names X-Commit-URL: https://ssl.icu-project.org/trac/changeset/119 --- icu4c/source/tools/makeconv/mkcnvfle.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/makeconv/mkcnvfle.bat b/icu4c/source/tools/makeconv/mkcnvfle.bat index 24f0a8115f4..ddf61c1af42 100755 --- a/icu4c/source/tools/makeconv/mkcnvfle.bat +++ b/icu4c/source/tools/makeconv/mkcnvfle.bat @@ -5,4 +5,4 @@ rem it's purpose is to build all the converter binary files (".cnv") from the rem existing *".ucm" files on the system rem this batch file should be passed a string either "Release" or "Debug" rem so the script will know where "makeconv.exe" is -for %%i in (%2\icu\data\*.ucm) do %2\icu\source\tools\makeconv\%1\makeconv %%i +for %%i in (%2\icu\data\*.ucm %2\icu\data\ibm-16684.ucm %2\icu\data\ibm-16804.ucm %2\icu\data\ibm-17248.ucm %2\icu\data\ibm-21427.ucm %2\icu\data\ibm-12712.ucm) do %2\icu\source\tools\makeconv\%1\makeconv %%i