$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Walter (michael.walter_at_[hidden])
Date: 2007-05-16 13:58:06
Hi,
I've stumbled on that "Duplicate name of actual target" error;
unfortunately the FAQ doesn't seem to solve my problem, since I'm
trying to compile two different files which happen to have the same
basename, i.e. something like this:
lib foo : bar/test.cpp baz/test.cpp ;
What's the proper way to handle this situation, except for manually
specifying the object file name?
Regards,
Michael