2017-04-04 06:22:09 +08:00
|
|
|
using msvc : 14.0 : cl.exe :
|
2017-03-01 03:03:39 +08:00
|
|
|
<setup>echo
|
2017-04-04 06:22:09 +08:00
|
|
|
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
|
2017-05-15 10:55:43 +08:00
|
|
|
<linkflags>kernel32.lib
|
|
|
|
<linkflags>RuntimeObject.lib
|
|
|
|
<linkflags>ole32.lib
|
2017-03-01 03:03:39 +08:00
|
|
|
;
|
|
|
|
|
|
|
|
using msvc : 14.1 : cl.exe :
|
|
|
|
<setup>echo
|
2017-04-04 06:22:09 +08:00
|
|
|
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
|
2017-05-15 10:55:43 +08:00
|
|
|
<linkflags>kernel32.lib
|
|
|
|
<linkflags>RuntimeObject.lib
|
|
|
|
<linkflags>ole32.lib
|
2017-03-01 03:03:39 +08:00
|
|
|
;
|
2017-07-12 23:31:51 +08:00
|
|
|
|
|
|
|
project user-config ;
|
|
|
|
|
|
|
|
lib icuuc : : <name>dummy_lib_that_doesnt_exist ;
|
|
|
|
|
|
|
|
lib icuin : : <name>dummy_lib_that_doesnt_exist ;
|
|
|
|
|
|
|
|
lib icudt : : <name>dummy_lib_that_doesnt_exist ;
|