2017-04-03 15:22:09 -07:00
|
|
|
using msvc : 14.0 : cl.exe :
|
2017-02-28 11:03:39 -08:00
|
|
|
<setup>echo
|
2017-04-03 15:22:09 -07:00
|
|
|
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
|
2017-05-14 19:55:43 -07:00
|
|
|
<linkflags>kernel32.lib
|
|
|
|
<linkflags>RuntimeObject.lib
|
|
|
|
<linkflags>ole32.lib
|
2017-02-28 11:03:39 -08:00
|
|
|
;
|
|
|
|
|
|
|
|
using msvc : 14.1 : cl.exe :
|
|
|
|
<setup>echo
|
2017-04-03 15:22:09 -07:00
|
|
|
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
|
2017-05-14 19:55:43 -07:00
|
|
|
<linkflags>kernel32.lib
|
|
|
|
<linkflags>RuntimeObject.lib
|
|
|
|
<linkflags>ole32.lib
|
2017-02-28 11:03:39 -08:00
|
|
|
;
|
2017-07-12 17:31:51 +02: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 ;
|