mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:39:15 +08:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
using msvc : 14.0 : cl.exe :
|
|
<setup>echo
|
|
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
|
|
<linkflags>/nodefaultlibs
|
|
;
|
|
|
|
using msvc : 14.1 : cl.exe :
|
|
<setup>echo
|
|
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
|
|
<linkflags>/nodefaultlibs
|
|
;
|