$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Clang windows toolset
From: tr1gun (tr1gun_at_[hidden])
Date: 2013-10-22 14:51:50
Hello,
i'm trying to create a toolset for clang win. I use the intel-win.jam as
an example.
The problem i'm facing with my current attempt (see attched file). That
it adds the msvc Z7 commandline parameter (<debug-store>object) and
clang chokes on it. Anyone knows how i can override the flag so at least
it compiles until it is implemented?
The vcvarsall.bat file detection also needs improvement. Is there a way
to retrieve it from the msvc generator?
Perhaps someone knows if clang provides a linker or should it use the
msvc linker?
Thanks in advance.
Best regards,
Bernhard