$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-04 02:30:43
Hi Ian,
> Here's my patch to the darwin.jam file. I simply
> moved $(OPTIONS) to the end of the linker command.
> Now I can use the following syntax:
>
> exe mtest : main.cc
>
> : <cflags>"`Magick++-config --cppflags`"
>
> <linkflags>"`Magick++-config --ldflags --libs`"
> ;
Thanks!
I've committed the modification, as well as similar change for gcc and Intel.
- Volodya