Boost logo

Boost-Build :

From: Daniel Einspanjer (deinspanjer_at_[hidden])
Date: 2006-01-31 18:02:57


I always want the /MT flag so I added
        <runtime-debugging>off
        <runtime-link>static
        <threading>multi
to my project requirements. This caused my output directory to expand to
include those settings as subdirectories under debug.

I'd like to just change the debug and release variants to use those
features. Can that be done? I'd rather not have to extend them since then
I have to change the build system to default to the enxtended versions and
looking in the bin/msvc/debug for results just makes more sense to me than
bin/msvc/special_debug.

Thanks,

Daniel


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