$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2005-04-23 18:10:25
On Sat, Apr 23, 2005 at 08:51:42PM +0200, Brian Ravnsgaard Riis wrote:
>
> 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 %"
>
Is that stuff even needed in gcc.jam?
cmd.exe /Q/C is already invoked inside jam itself in execnt.c
What happens if you remove the JAMSHELL stuff
in gcc.jam?
-- Craig Rodrigues rodrigc_at_[hidden]