$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: C. Andy Martin (andy_at_[hidden])
Date: 2004-11-17 17:40:04
Rene Rivera wrote:
> Don't know if this will work, as in I don't know if we made assumptions
> that invalidate it. But try setting this:
>
> gIS_DEPENDENCY(EXE) = TRUE ;
>
That at least allows you to add <exe>myexe to the dependency list.
However, it will not build the EXE first, it instead builds all the DLL
targets first (seemingly).
Thanks again,
-Andy