$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko Gospodnetiæ (jurko.gospodnetic_at_[hidden])
Date: 2008-06-30 06:22:13
Hi Jeremy.
> The important lines:
>
> import type : change-generated-target-suffix
> type.change-generated-target-suffix SHARED_LIB : : extension ;
Just a little detail... I believe the first line here should be:
import type ;
The semicolon is missing and the change-generated-target-suffix rule
naming is not needed here since you always call it with its type. prefix.
Best regards,
Jurko Gospodnetiæ