2
0
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:
Vladimir Prus
2008-11-23 16:59:19 +00:00
parent fa90e901d0
commit 3d73010ad9

View File

@@ -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> ;