mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-164 makedata.bat now uses nmake
X-SVN-Rev: 385
This commit is contained in:
parent
e4c6dcf941
commit
309ebe1158
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ rem toolversion: Debug or Release
|
|||
set toolversion=Release
|
||||
if not "%2"=="" set toolversion=%2
|
||||
|
||||
nmake /f makedata.mak icup=%1 cfg=%2
|
||||
|
||||
goto :end
|
||||
|
||||
rem setup mkhelper to read ucmfiles.mk and ucmlocal.mk
|
||||
set conv=mkhelper\%toolversion%\mkhelper -n UCM_SOURCE -n UCM_SOURCE_LOCAL makeconv\ucmfiles.mk makeconv\ucmlocal.mk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue