$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-30 01:10:00
axilla_i wrote:
> Is there a way to specify <define> values in a main target? It only
> seems to work within a variant definition. But <find-static-library>
> works in both.
I believe plain:
exe a : a.cpp : <define>FOO ;
will work. At least it works for me. If you have troubles on some bigger
example, could you please send it?
- Volodya