$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2007-08-30 02:27:53
Hi all,
Often I only want to compile a single .cpp file I'm working on.
Thus I could add a Jamfile with an obj target for each .cpp file in my
project. This seems a bit anoying. Is there a way to auto generate a
target (perhaps having the same name as the .cpp file without it's
extension)?
Thanks in advance
-Thorsten