From 1e7f5b8bd1b98368e02eaecfe3fbffcf93d567e9 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Fri, 26 Nov 1999 19:35:18 +0000 Subject: [PATCH] reordered the things in makedata.bat X-Trac-URL: https://ssl.icu-project.org/trac/ticket/158 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@258 0a8b766c-62c9-45f9-954d-7f2943c9ead0 --- source/tools/makedata.bat | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/tools/makedata.bat b/source/tools/makedata.bat index 4903a781787..c8d976fea76 100755 --- a/source/tools/makedata.bat +++ b/source/tools/makedata.bat @@ -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