Win9x: hard-code compilation of some converter files that have long names

X-Trac-URL: https://ssl.icu-project.org/trac/ticket/38



git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@119 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
Steven R. Loomis 1999-10-26 01:14:23 +00:00
parent 93cc1b7ab2
commit a2474a0e82

View file

@ -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