$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-08-02 12:17:08
Andrey Melnikov <melnikov_at_[hidden]> writes:
> Can we just call CreateProcess to run actions, and use cmd /c only when
> we need to run .bat/.cmd files?
Yes, that's what we do when you set JAMSHELL=%.
Unfortunately, almost all toolsets need to execute commands that can
only be interpreted by the shell. Just do bjam -n -a and you will
see.
-- Dave Abrahams Boost Consulting www.boost-consulting.com