blob: 975b1d4125f36c0c890d456b581583f47882e25a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
using msvc : 14.0 : cl.exe :
<setup>echo
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
<linkflags>kernel32.lib
<linkflags>RuntimeObject.lib
<linkflags>ole32.lib
;
using msvc : 14.1 : cl.exe :
<setup>echo
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
<linkflags>kernel32.lib
<linkflags>RuntimeObject.lib
<linkflags>ole32.lib
;
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 ;
|