mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
echo off now and use the Release versions of the tools
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/14 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@57 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
5ff8b808bc
commit
8801c1ef34
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue