From 757cd4a0cd94ebd30a4123cf7bd527cd2959389e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 7 Jul 2006 05:25:40 +0000 Subject: [PATCH] * rc.jam (init): Set flags for and features. Suggestion from Klaus Nowikow. [SVN r34470] --- v2/tools/rc.jam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/tools/rc.jam b/v2/tools/rc.jam index 1929b1564..077e9446c 100644 --- a/v2/tools/rc.jam +++ b/v2/tools/rc.jam @@ -47,6 +47,8 @@ rule configure ( command ? : condition ? : options * ) { flags rc.compile.resource .RC $(condition) : $(command) ; flags rc.compile.resource .RC_TYPE $(condition) : $(rc-type:L) ; + flags rc.compile.resource DEFINES ; + flags rc.compile.resource INCLUDES ; if $(.debug-configuration) { ECHO notice: using rc compiler :: $(condition) :: $(command) ;