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
@ -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…
Reference in New Issue
Block a user