$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Brian Ravnsgaard Riis (brian_at_[hidden])
Date: 2005-04-23 13:51:42
Brian Ravnsgaard Riis wrote:
> This was why it choked. I have replaced this with
>
> "JAMSHELL = cmd.exe /C %"
Hmm... for tidiness' sake, I'd like to change that to
"JAMSHELL = cmd.exe /Q /C %"
The /Q parameter effectively issues "@ECHO OFF" first, which is, to say
the least, somewhat nicer...
-- /Brian Riis