$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-02-01 04:46:41
Kamil Marcinkowski wrote:
> I just need the following flags passed to the compiler:
> <cxxflags> -q64
> <linkflags> -q64
> <arflags> -q64
bjam -sBUILD="debug release <cxxflags>-q64 <linkflags>-q64 <arflags>-q64>"
should do the trick.
HTH, Markus