$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] how to get a different output location for lib and obj files?
From: Fadi Beyrouti (fbeyrout_at_[hidden])
Date: 2009-09-19 18:21:07
Hello,
Is there a way to dispatch the object files that make up a library to a
differnt output location that the output directory of a library? To make my
point clearer please consider the following WRONG example (but you get the idea)
lib mylib :
file1.cpp
file2.cpp
file3.cpp
<location>output/lib
<object-file-location>output/obj ;
Is there some way to achieve that?
Thanks