From 2e60f1b10c9fd50306456876206776f1be66a6be Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 4 Oct 2002 21:34:32 +0000 Subject: [PATCH] Support for MinGW-2.0 [SVN r15719] --- python.jam | 3 ++- v1/python.jam | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python.jam b/python.jam index d3d43c2c0..a8ffc8450 100644 --- a/python.jam +++ b/python.jam @@ -25,6 +25,7 @@ local RUN_PATH = $(RUN_PATH) ; # Decide which toolsets should be treated like an ordinary (unix) GCC installation gcc-compilers = [ MATCH ^(gcc.*)$ : $(TOOLS) ] ; +mingw-compilers = [ MATCH ^(mingw.*)$ : $(TOOLS) ] ; gcc-compilers = [ difference $(gcc-compilers) : gcc-nocygwin ] ; if $(NT) @@ -106,7 +107,7 @@ rule select-python-library ( toolset variant : properties * ) { if $(NT) { - if $(toolset) = mingw + if $(toolset) in $(mingw-compilers) { local lib = python$(PYTHON_VERSION_NODOT) ; if BOOST_DEBUG_PYTHON in $(properties) diff --git a/v1/python.jam b/v1/python.jam index d3d43c2c0..a8ffc8450 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -25,6 +25,7 @@ local RUN_PATH = $(RUN_PATH) ; # Decide which toolsets should be treated like an ordinary (unix) GCC installation gcc-compilers = [ MATCH ^(gcc.*)$ : $(TOOLS) ] ; +mingw-compilers = [ MATCH ^(mingw.*)$ : $(TOOLS) ] ; gcc-compilers = [ difference $(gcc-compilers) : gcc-nocygwin ] ; if $(NT) @@ -106,7 +107,7 @@ rule select-python-library ( toolset variant : properties * ) { if $(NT) { - if $(toolset) = mingw + if $(toolset) in $(mingw-compilers) { local lib = python$(PYTHON_VERSION_NODOT) ; if BOOST_DEBUG_PYTHON in $(properties)