Boost logo

Boost-Build :

From: Foster Brereton (fosterb.boost_at_[hidden])
Date: 2006-01-31 13:17:11


This indeed fixed the problem -- thank you for the insights!

Blessings,
Foster

On 1/31/06, Alexey Pakhunov <alexeypa_at_[hidden]> wrote:
> On 1/31/06, Foster Brereton <fosterb.boost_at_[hidden]> wrote:
> > flags msvc.compile CFLAGS $(condition)/<optimization>space :
> > /Ogisy /O1 /Gs ;
>
> [skip]
>
> > + flags msvc.compile.rc DEFINES : "ADOBE_VER=8 " ;
>
> You forgot to add $(condition). It should be:
>
> flags msvc.compile.rc DEFINES $(condition) : "ADOBE_VER=8 " ;
>
> BTW you may use the subfeature <toolset-msvc:version>xxx the get the
> same result without patching msvc.jam.
>
> --
> Best regards,
> Alexey Pakhunov.
>
> _______________________________________________
> Boost-build mailing list
> Boost-build_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>

--
Foster T. Brereton - Computer Scientist
Software Technology Lab, Adobe Systems Incorporated
fbrereto_at_[hidden]   --   http://opensource.adobe.com

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