$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ilya Sokolov (fal_delivery_at_[hidden])
Date: 2007-11-23 08:21:09
YiSu CangHai wrote:
> I am new to boost build and will appreciate any help.
>
> Looks like boost can handle YACC files with the suffix .yy, but my YACC
> files have suffix .y. Is there a way to let boost know .y file is
> actually yacc file without defining a new file type from scratch?
File tools/build/v2/tools/cast.jam contains some useful rules for you.
See comments in it for examples of usage.
> By the way, I can not change the file name from .y to .yy because the
> files are not under my control.
HTH