mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
[ICU-158] reordered the things in makedata.bat
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/258
This commit is contained in:
parent
f514e51c4e
commit
df469f3a17
1 changed files with 14 additions and 14 deletions
|
@ -12,20 +12,6 @@ rem toolversion: Debug or Release
|
|||
set toolversion=Release
|
||||
if not "%2"=="" set toolversion=%2
|
||||
|
||||
echo create conversion tables
|
||||
cd makeconv
|
||||
call mkcnvfle %toolversion% %1
|
||||
|
||||
echo create locale resource bundles
|
||||
cd ..\genrb
|
||||
call genrb %toolversion% %1
|
||||
|
||||
echo create binary collation tables
|
||||
cd ..\gencol
|
||||
%toolversion%\gencol
|
||||
|
||||
cd ..
|
||||
|
||||
echo create unames.dat and unames_dat.c from UnicodeData.txt
|
||||
gennames\%toolversion%\gennames -v- -c- "%ICU_DATA%UnicodeData-3.0.0.txt"
|
||||
genccode\%toolversion%\genccode "%ICU_DATA%unames.dat"
|
||||
|
@ -48,6 +34,20 @@ echo %ICU_DATA%unames.dat>mkmap.tmp
|
|||
echo %ICU_DATA%cnvalias.dat>>mkmap.tmp
|
||||
gencmn\%toolversion%\gencmn 1000000 mkmap.tmp
|
||||
|
||||
echo create conversion tables
|
||||
cd makeconv
|
||||
call mkcnvfle %toolversion% %1
|
||||
|
||||
echo create locale resource bundles
|
||||
cd ..\genrb
|
||||
call genrb %toolversion% %1
|
||||
|
||||
echo create binary collation tables
|
||||
cd ..\gencol
|
||||
%toolversion%\gencol
|
||||
|
||||
cd ..
|
||||
|
||||
goto :end
|
||||
|
||||
:error
|
||||
|
|
Loading…
Add table
Reference in a new issue