aboutsummaryrefslogtreecommitdiff
path: root/ports/boost/uwp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-03 15:22:09 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-04-04 11:13:41 -0700
commit9655b99e71b2bbb8282ecbd5304acff5bc3909fa (patch)
treea9ec7aaa5bfb66164d5e6d4072306ef0682a147e /ports/boost/uwp
parent8d9766200eed7ef5327fd65ed129c2176df62738 (diff)
downloadvcpkg-9655b99e71b2bbb8282ecbd5304acff5bc3909fa.tar.gz
vcpkg-9655b99e71b2bbb8282ecbd5304acff5bc3909fa.zip
[boost] Fix UWP builds by disabling nonfunctioning components.
Diffstat (limited to 'ports/boost/uwp')
-rw-r--r--ports/boost/uwp/user-config.jam18
1 files changed, 3 insertions, 15 deletions
diff --git a/ports/boost/uwp/user-config.jam b/ports/boost/uwp/user-config.jam
index 9dbbb352f..c760c7390 100644
--- a/ports/boost/uwp/user-config.jam
+++ b/ports/boost/uwp/user-config.jam
@@ -1,23 +1,11 @@
-using msvc : 14.0 : :
+using msvc : 14.0 : cl.exe :
<setup>echo
-<compileflags>"\"/AIC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\store\\references\""
-<linkflags>/appcontainer
+<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
<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
+<compileflags>"\"/AI@PLATFORM_WINMD_DIR@\""
<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
;