
On Sun, Apr 22, 2012 at 2:03 AM, Oliver Kowalke <oliver.kowalke@gmx.de>wrote:
Am 21.04.2012 17:45, schrieb Lars Viklund:
The intel toolchain has some strange file association madness going on,
where it's unusable outside of the environment that the command prompt produces. It might be worthwhile investigating what the command prompt does and reproduce it in Boost.Build, so that you don't have the strange environmental dependency that BB tends to want to avoid.
the only requirement is that you have the compiler, required libs and MASM in the search path (usually MSVC command line sets this values).
______________________________**_________________ Unsubscribe & other changes: http://lists.boost.org/** mailman/listinfo.cgi/boost<http://lists.boost.org/mailman/listinfo.cgi/boost>
Okay, given I can't use the MSVC command line (and that's not a perfect solution either, but I digress...) I'll just add MASM to my search path in the script I use to build Boost. Thanks.