From afa05ecb1d4a0f645fb2fef85a31cf1eb0673a3d Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 6 Dec 2004 14:16:22 +0000 Subject: [PATCH] Improved Boost.Python support. Actually, already committed python.jam (accidentally), so this commit just removed declarations of PYTHON_EXTENSION from builtin.jam. [SVN r26452] --- src/tools/builtin.jam | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/tools/builtin.jam b/src/tools/builtin.jam index 5316d3bda..75ff1716f 100644 --- a/src/tools/builtin.jam +++ b/src/tools/builtin.jam @@ -264,15 +264,6 @@ declare-type : SEARCHED_LIB : : LIB ; declare-type NT CYGWIN : EXE : exe ; declare-type : EXE ; -declare-type : PYTHON_EXTENSION : : SHARED_LIB ; -# We can't give "dll" suffix to PYTHON_EXTENSION, because -# we would not know what "a.dll" is: python extenstion or -# ordinary library. Therefore, we specify only suffixes -# used for generation of targets. -type.set-generated-target-suffix PYTHON_EXTENSION : : so ; -type.set-generated-target-suffix PYTHON_EXTENSION : NT : so ; -type.set-generated-target-suffix PYTHON_EXTENSION : CYGWIN : dll ; - type.register CPP : cpp cxx cc ; import stage ;