$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-01-05 07:03:17
Roland Schwarz wrote:
> My user-config.jam contains the line:
>
> using python : 2.5 : "C:\Programme\Python25" ;
>
> What I am missing?
Arghh: Backslash does not work here.
using python : 2.5 : "C:/Programme/Python25" ;
worked.
Roland