|
Boost-Build : |
From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-02-23 10:32:47
Hello,
did you try that:
<toolset>msvc,<variant>debug:<cxxflags>/YX"stdafx.h"
I think it will work with that :)
TEMPLIE Cédric
quarendont wrote:
>
> I can set compile flags for a particular toolset with
> <toolset>msvc:<cxxflags>/YX"stdafx.h"
>
> And I can set compile flags for debug build, verses only release
> builds with
> <variant>debug:<cxxflags>whatever
>
> However I can't work out how to do both together, that is set a
> compile flags for the debug build of a specific toolset.
> I've tried
>
> <toolset>msvc:<variant>debug:<cxxflags>/YX"stdafx.h"
>
> and I've tried
> <toolset>msvc<variant>debug:<cxxflags>/YX"stdafx.h"
>
> but neither seem to work.
> How can I achieve this?
>
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