$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Zhon Johansen (zhon.johansen_at_[hidden])
Date: 2005-11-11 17:00:10
After upgrading to the current version of Boost.build v2, my
<define>_DEBUG is no longer working.
I have the current version of bjam.exe.
My Jamefile looks like the following:
project
: requirements
<define>_DEBUG
<cflags>/c
;
exe a : a.cpp ;
I notice there is no -D_DEBUG in my cl.exe line. On the other hand I do
see /c.
thanks,
Zhon