[ICU-14] echo off now and use the Release versions of the tools

X-Commit-URL: https://ssl.icu-project.org/trac/changeset/57
This commit is contained in:
Markus Scherer 1999-10-14 22:14:04 +00:00
parent 9dd74b5940
commit 0a02e87e5d

View file

@ -1,4 +1,4 @@
rem @echo off
@echo off
rem makedata.bat
rem batch file for Windows for creating the ICU data files
rem parameter:
@ -7,7 +7,9 @@ rem %1 path where the icu folder resides
if "%1"=="" goto :error
if "%ICU_DATA%"=="" set ICU_DATA=%1\icu\data\
set toolversion=Debug
rem toolversion: Debug or Release
set toolversion=Release
rem create conversion tables
cd makeconv