$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-26 09:43:48
Hi Matt,
> lib kernel32 : : <name>kernel32 <toolset>msvc ;
> lib gu : : <name>gu <search>c:/sce/psp/lib <toolset>pspsnc ;
>
> project GameSys
>
> : requirements
>
> <toolset>msvc:<library>kernel32
> <toolset>pspsnc:<library>gu
>
> : usage-requirements
>
> <include>. ;
>
> But it didn't work. :(
In what way it did not work? Do you mean that <library> features had no
effect?
I recall that a bug like this was fixed recently. What V2 version do you use?
M9.1 or CVS? My quite test with the CVS version shows that if I put
<toolset>gcc:<define>FOO
in project requirement in has the desired effect.
- Volodya