|
Boost-Build : |
From: Ben Pope (benpope81_at_[hidden])
Date: 2007-06-04 06:59:25
Well, failing all else I modified my Jamfile, but I'm not sure it's
entirely correct, can anybody check?
Starting at Line 199:
local lib-sources = [ install-sources lib ] ;
if $(lib-sources)
{
local gNOWARN_INCOMPATIBLE_BUILDS = TRUE ;
local gUNVERSIONED_VARIANT_TAG = [ cond $(layout-system) : TRUE ] ;
local lib-build =
debug release
[ cond $(with-debug-python) : debug-python ]
[ cond $(NT) : <runtime-link>static/dynamic ]
<release><define>_SECURE_SCL=0
<threading>single/multi
;
local lib-target =
[ cond $(with-install) : install : all ]
[ cond $(with-stage) : stage : all ]
;
I just added this line:
<release><define>_SECURE_SCL=0
It seemed to work for a very simple "library" I added to the source
tree, but I'm not sure it will catch every library, can anybody
confirm?
Cheers,
Ben
-- I'm not just a number. To many, I'm known as a string...
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