You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
279 B
12 lines
279 B
11 years ago
|
@echo off
|
||
|
rem @file compile_icu.bat
|
||
|
rem @author Tim Hughes <tim@twistedfury.com>
|
||
|
rem @date 2014
|
||
|
echo on
|
||
|
|
||
|
rem : import VC environment
|
||
|
call "%VS120COMNTOOLS%\VsDevCmd.bat"
|
||
|
|
||
|
rem : build for platform
|
||
|
msbuild /maxcpucount /p:Configuration=Release;Platform=%1% source/allinone/icu.sln
|