diff --git a/python.jam b/python.jam index 24df2338c..0e9f60b38 100644 --- a/python.jam +++ b/python.jam @@ -48,7 +48,7 @@ if $(NT) PYTHON_PROPERTIES ?= select-python-includes dynamic - $(BOOST_ROOT) + $(BOOST_ROOT) <$(gcc-compilers)><*>USE_DL_IMPORT <$(gcc-compilers)><*>python$(PYTHON_VERSION).dll ; @@ -69,7 +69,7 @@ else if $(UNIX) PYTHON_STDLIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION) ; PYTHON_PROPERTIES ?= - $(PYTHON_INCLUDES) + $(PYTHON_INCLUDES) $(PYTHON_LIB_PATH) ; @@ -137,13 +137,13 @@ rule select-python-includes ( toolset variant : properties * ) { python-root = $(GCC_PYTHON_DEBUG_ROOT) ; } - properties += $(python-root)/include/python$(PYTHON_VERSION) ; + properties += $(python-root)/include/python$(PYTHON_VERSION) ; } else { properties += - $(PYTHON_ROOT)/include - $(PYTHON_ROOT)/PC # in case the user is using a source installation + $(PYTHON_ROOT)/include + $(PYTHON_ROOT)/PC # in case the user is using a source installation _DEBUG ; } @@ -152,7 +152,7 @@ rule select-python-includes ( toolset variant : properties * ) PYTHON_PROPERTIES += <$(gcc-compilers)><*>util - $(BOOST_ROOT) + $(BOOST_ROOT) on select-python-library ; @@ -179,9 +179,10 @@ if $(NT) BOOST_PYTHON_V2_PROPERTIES = $(PYTHON_PROPERTIES) <*>"-inline deferred" - <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers - BOOST_PYTHON_DYNAMIC_LIB - BOOST_PYTHON_V2 + <*>"-inline deferred" # added for internal testing purposes + <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers + BOOST_PYTHON_DYNAMIC_LIB + BOOST_PYTHON_V2 ; # Extends the RUN_PATH assignment for targets built under Cygwin so diff --git a/v1/python.jam b/v1/python.jam index 24df2338c..0e9f60b38 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -48,7 +48,7 @@ if $(NT) PYTHON_PROPERTIES ?= select-python-includes dynamic - $(BOOST_ROOT) + $(BOOST_ROOT) <$(gcc-compilers)><*>USE_DL_IMPORT <$(gcc-compilers)><*>python$(PYTHON_VERSION).dll ; @@ -69,7 +69,7 @@ else if $(UNIX) PYTHON_STDLIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION) ; PYTHON_PROPERTIES ?= - $(PYTHON_INCLUDES) + $(PYTHON_INCLUDES) $(PYTHON_LIB_PATH) ; @@ -137,13 +137,13 @@ rule select-python-includes ( toolset variant : properties * ) { python-root = $(GCC_PYTHON_DEBUG_ROOT) ; } - properties += $(python-root)/include/python$(PYTHON_VERSION) ; + properties += $(python-root)/include/python$(PYTHON_VERSION) ; } else { properties += - $(PYTHON_ROOT)/include - $(PYTHON_ROOT)/PC # in case the user is using a source installation + $(PYTHON_ROOT)/include + $(PYTHON_ROOT)/PC # in case the user is using a source installation _DEBUG ; } @@ -152,7 +152,7 @@ rule select-python-includes ( toolset variant : properties * ) PYTHON_PROPERTIES += <$(gcc-compilers)><*>util - $(BOOST_ROOT) + $(BOOST_ROOT) on select-python-library ; @@ -179,9 +179,10 @@ if $(NT) BOOST_PYTHON_V2_PROPERTIES = $(PYTHON_PROPERTIES) <*>"-inline deferred" - <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers - BOOST_PYTHON_DYNAMIC_LIB - BOOST_PYTHON_V2 + <*>"-inline deferred" # added for internal testing purposes + <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers + BOOST_PYTHON_DYNAMIC_LIB + BOOST_PYTHON_V2 ; # Extends the RUN_PATH assignment for targets built under Cygwin so