From f496b0372ad20920d33792c2a48c4e0650d75691 Mon Sep 17 00:00:00 2001 From: juansolana Date: Fri, 5 Apr 2013 05:54:02 -0600 Subject: [PATCH] Update user-config.jam --- user-config.jam | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/user-config.jam b/user-config.jam index 841a481..a4175ed 100644 --- a/user-config.jam +++ b/user-config.jam @@ -1,26 +1,2 @@ -modules.poke : ZLIB_SOURCE : e:\\installer\\zlib ; -modules.poke : BZIP2_SOURCE : e:\\installer\\bzip2 ; - -# These don't seem to work for x64 builds and ICU support only allows -# runtime-link-dynamic anyway; we're not sure how to adjust for that -# yet. -# modules.poke : ICU_PATH : c:\\work\\icu ; -# modules.poke : ICU_LINK : /LIBPATH:c:\\work\\icu\\lib ; - -# Map toolsets to SDK versions -sdk-8.0express = 6.0 ; -sdk-9.0express = 6.1 ; -sdk-10.0express = 7.1 ; - -for version in 10.0express 9.0express 8.0express -{ - local sdk = "c:/Program Files/Microsoft SDKs/Windows/v"$(sdk-$(version)) ; - # If we need to use VS express, uncomment this line - # using msvc : $(version) : : $(sdk) ; -} - -# This works for the stock msvc release -using msvc ; - -using python : 2.7 : c:/python27/python ; -# using mpi ; +import toolset : using ; +using python : 2.7 : "C:/Python27" : "C:/Python27/include" : "C:/Python27/libs" ;