$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2005-09-08 05:44:33
Hi Volodya,
> Can you try adding:
> if [ os.name ] = NT
> {
> RM = "if exist \"$(<[1])\" DEL \"$(<[1])\" ;
> }
> to gcc.jam, right after
> RM = [ common.rm-command ] ;
> ?
That fixed it (once I appended a '"').
Thanks!
-- Daniel Schlyder http://bitblaze.com/