Boost logo

Boost-Build :

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


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