$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Schmidt (prs_at_[hidden])
Date: 2003-07-18 08:27:13
In my tools file, I have:
flags snps2ee PRELIB : ;
flags snps2ee SUFLIB : .a ;
This works when building a library. However, when trying to use that
library:
exe hello
: hello.c crt0.s $(Top)/init/init.a
: <include>$(Top)/ee/include
;
I get:
Unknown suffix on <ee!hello>c:\dev\jamtest/init\init.a - see
UserObject rule in Jamfile(5).
What's wrong here?