2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Clean up Boost.Python v1 flotsam, update documentation

[SVN r15815]
This commit is contained in:
Dave Abrahams
2002-10-09 02:52:47 +00:00
parent e7a8a10df9
commit 02c5157270
2 changed files with 4 additions and 6 deletions

View File

@@ -6,12 +6,12 @@ gPYTHON_INCLUDED = true ;
if $(NT)
{
CATENATE = type ;
PYTHON_VERSION ?= 2.1 ;
PYTHON_VERSION ?= 2.2 ;
}
else if $(UNIX)
{
CATENATE = cat ;
PYTHON_VERSION ?= 1.5 ;
PYTHON_VERSION ?= 2.2 ;
}
# Strip the dot from the Python version in order to be able to name
@@ -196,7 +196,6 @@ BOOST_PYTHON_V2_PROPERTIES
<cwpro8><*><cxxflags>"-inline deferred" # added for internal testing purposes
<cxx><*><sysinclude>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers
<define>BOOST_PYTHON_DYNAMIC_LIB
<define>BOOST_PYTHON_V2
;
# Extends the RUN_PATH assignment for targets built under Cygwin so