mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:09:00 +08:00
74c2c23c13
Fixes #1069.
16 lines
323 B
Plaintext
16 lines
323 B
Plaintext
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
|
|
;
|