$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Generated header files.
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-12-04 06:40:04
Mathias Lorente wrote:
> First the header files are generated, then my library is built.
> New definition to build my library:
>
> lib my_lib
> : [ glob-tree *.cpp : .svn ]
> : <implicit-dependency>../utils//gen
> <link>static
> <define>BUILDING_LIBRARY
> <variant>debug:<define>ENABLE_DEBUG_LOG
> ;
'implicit-dependency' should refer to the header target, not the utility
that generates it.
- Volodya