aboutsummaryrefslogtreecommitdiff
path: root/ports/boost/uwp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-02-28 11:03:39 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-02-28 11:03:39 -0800
commitb6007c9ea50f4619499899895420ce43e2349f29 (patch)
tree95c7d0a2b2c193921545dbaee33c2b04768662e0 /ports/boost/uwp
parent61254273ba9f4c88319326924a0f536a1f72a749 (diff)
downloadvcpkg-b6007c9ea50f4619499899895420ce43e2349f29.tar.gz
vcpkg-b6007c9ea50f4619499899895420ce43e2349f29.zip
[boost] Support for VS2017
Diffstat (limited to 'ports/boost/uwp')
-rw-r--r--ports/boost/uwp/user-config.jam23
1 files changed, 23 insertions, 0 deletions
diff --git a/ports/boost/uwp/user-config.jam b/ports/boost/uwp/user-config.jam
new file mode 100644
index 000000000..9dbbb352f
--- /dev/null
+++ b/ports/boost/uwp/user-config.jam
@@ -0,0 +1,23 @@
+using msvc : 14.0 : :
+<setup>echo
+<compileflags>"\"/AIC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\store\\references\""
+<linkflags>/appcontainer
+<linkflags>/nodefaultlibs
+<linkflags>WindowsApp.lib
+<variant>release:<linkflags>vcruntime.lib
+<variant>debug:<linkflags>vcruntimed.lib
+<variant>release:<linkflags>ucrt.lib
+<variant>debug:<linkflags>ucrtd.lib
+;
+
+using msvc : 14.1 : cl.exe :
+<setup>echo
+<compileflags>"\"/AIC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\store\\references\""
+<linkflags>/appcontainer
+<linkflags>/nodefaultlibs
+<linkflags>WindowsApp.lib
+<variant>release:<linkflags>vcruntime.lib
+<variant>debug:<linkflags>vcruntimed.lib
+<variant>release:<linkflags>ucrt.lib
+<variant>debug:<linkflags>ucrtd.lib
+;