vcpkg/ports/boost/uwp/user-config.jam

12 lines
227 B
Plaintext
Raw Normal View History

using msvc : 14.0 : cl.exe :
2017-03-01 03:03:39 +08:00
<setup>echo
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
2017-03-01 03:03:39 +08:00
<linkflags>/nodefaultlibs
;
using msvc : 14.1 : cl.exe :
<setup>echo
<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
2017-03-01 03:03:39 +08:00
<linkflags>/nodefaultlibs
;