|
Boost-Build : |
From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2006-04-05 17:01:33
Hallo,
is there any objection to my adding a version specific toolset for
Borland's BCB2006 product under boost/tools/build/v1? I attached the
actual file.
Cheers,
Nicola Musatti
# (C) Copyright David Abrahams 2002.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# The following #// line will be used by the regression test table generation
# program as the column heading for HTML tables. Must not include version number.
#//Borland
{
BCCROOT = $(BCC_582_ROOT) ;
extends-toolset borland ;
C++FLAGS = [ difference $(C++FLAGS) : -WU ] ;
CFLAGS = [ difference $(CFLAGS) : -WU ] -DBOOST_ALL_NO_LIB=1 ;
LINKFLAGS = [ difference $(LINKFLAGS) : -WU ] ;
}
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk