$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-03-20 05:22:06
Hi Roland.
> Accidentally I dicovered that I need to output BOTH a *.cpp _and_
> a *.hpp file from my generator. A hpp alone does not work.
> ( Perhaps this should be mentioned somewhere, since codegeneratos
> are a likely usage case. And for folks that favor header only
> libs, a hpp only case is desirable.)
I am not really sure what you mean by this. Boost Build generators in
general have no special handling for cpp/hpp files... generated files
could be xxx/yyy/zzz for all they care... So there must be something
else that is not working for you and why you need the .cpp file...
Could you possibly be lacking the <implicit-dependency> feature
somewhere?
Best regards,
Jurko GospodnetiÄ