mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-164 Now can pass special target CLEAN as a third argument to nmake
X-SVN-Rev: 403
This commit is contained in:
parent
985a8d49cf
commit
bb6484793a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ rem toolversion: Debug or Release
|
|||
set toolversion=Release
|
||||
if not "%2"=="" set toolversion=%2
|
||||
|
||||
nmake /f makedata.mak icup=%1 cfg=%2
|
||||
nmake /f makedata.mak icup=%1 cfg=%2 %3 %4
|
||||
|
||||
goto :end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue