mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Make resource file compilation work with intel.
Thanks to Jan Boehme for the bug report. [SVN r49900]
This commit is contained in:
@@ -24,6 +24,7 @@ toolset.inherit-rules intel-win : msvc ;
|
||||
# Override default do-nothing generators.
|
||||
generators.override intel-win.compile.c.pch : pch.default-c-pch-generator ;
|
||||
generators.override intel-win.compile.c++.pch : pch.default-cpp-pch-generator ;
|
||||
generators.override intel-win.compile.rc : rc.compile.resource ;
|
||||
|
||||
toolset.flags intel-win.compile PCH_SOURCE <pch>on : <pch-source> ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user