Index: intel-win.jam =================================================================== --- intel-win.jam (revision 49390) +++ intel-win.jam (working copy) @@ -12,6 +12,7 @@ import msvc ; import os ; import toolset ; +import generators ; feature.extend-subfeature toolset intel : platform : win ; @@ -22,6 +23,9 @@ toolset.add-requirements intel-win,shared:multi ; +generators.override intel-win.compile.c.pch : pch.default-c-pch-generator ; +generators.override intel-win.compile.c++.pch : pch.default-cpp-pch-generator ; + # Initializes the intel toolset for windows rule init ( version ? : # the compiler version command * : # the command to invoke the compiler itself @@ -159,3 +163,4 @@ } toolset.flags intel-win.link LIBRARY_OPTION intel : "" ; +