blob: b08e622ac1daab4da07c5a7fe8610694742fa1c1 [file] [log] [blame]
echo off
rem Bertrand A. DAMIBA - IBM Corp.
rem This is a batch file that should be included in the MSVC build process
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 (\icu\data\*.ucm) do \icu\source\tools\makeconv\%1\makeconv %%i