$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Output libs to specified folder
From: Christopher Pisz (cpisz_at_[hidden])
Date: 2013-06-12 16:09:03
How can I tell boost to put the libraries in a directory that I specify?
If I change stage-dir, it still appends /lib onto it. Is this possible?
I want my libraries in C:\trunk\third_party\
Not in C:\trunk\third_party\lib
Here is my build script:
cd ..\boost
SET PATH=$(PATH);..\bjam
bjam.exe --stagedir=../../third_party --with-thread toolset=msvc-9.0
link=static threading=multi runtime-link=shared variant=debug stage
bjam.exe --stagedir=../../third_party --with-date_time toolset=msvc-9.0
link=static threading=multi runtime-link=shared variant=debug stage
bjam.exe --stagedir=../../third_party --with-system toolset=msvc-9.0
link=static threading=multi runtime-link=shared variant=debug stage
bjam.exe --stagedir=../../third_party --with-regex toolset=msvc-9.0
link=static threading=multi runtime-link=shared variant=debug stage
bjam.exe --stagedir=../../third_party --with-program_options
toolset=msvc-9.0 link=static threading=multi runtime-link=shared
variant=debug stage
bjam.exe --stagedir=../../third_party --with-filesystem toolset=msvc-9.0
link=static threading=multi runtime-link=shared variant=debug stage