Boost logo

Boost-Build :

From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2006-01-31 06:34:35


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 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