$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Picking up options from pkg-config
From: Daniel Lidström (daniel.lidstrom_at_[hidden])
Date: 2009-04-01 10:49:36
> Uhm, try this:
>
> exe a : a.cpp
> : <cflags>"`pkg-config --cflags glib-2.0`"
> <linkflags>"`pkg-config --libs glib-2.0`"
> ;
>
This did it! Again, thank you very much.
/Daniel