$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Generated header files.
From: Mathias Lorente (mathias.lorente_at_[hidden])
Date: 2008-12-03 09:36:05
Dear list,
I use bjam to build a library which relies on some generated header files.
These files are generated by a specific application which is also built
using bjam.
I added a dependency for my library so that the application is built
before the library.
But:
- I didn't manage to launch the application in order to generate the
necessary header files before the library is being built.
Do you have any hint?
Thanks,
Mathias