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

Improved Boost.Python support. Actually, already committed python.jam

(accidentally), so this commit just removed declarations of PYTHON_EXTENSION
from builtin.jam.


[SVN r26452]
This commit is contained in:
Vladimir Prus
2004-12-06 14:16:22 +00:00
parent 6f7fbb6aab
commit afa05ecb1d

View File

@@ -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 : <os>NT : so ;
type.set-generated-target-suffix PYTHON_EXTENSION : <os>CYGWIN : dll ;
type.register CPP : cpp cxx cc ;
import stage ;