$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-14 04:28:01
Hi Daniel,
> This isn't portable, but I'm using the following with boost build v2:
>
> alias gtk+-2.0 : : : :
> <cflags>"`pkg-config --cflags gtk+-2.0`"
> <linkflags>"`pkg-config --libs gtk+-2.0`"
> ;
That's really cool. I think I need to get this into FAQ.
Thanks,
Volodya