$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Shepcar (boostbuild_at_[hidden])
Date: 2004-02-25 13:09:02
How would I go about having one set of prebuilt libraries for one
toolset and another set for another.. I tried this:
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. :(
Regards
Matt