From d58b2fda61bda249715cfbbef649d73235ed3a25 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 7 Jul 2006 05:26:29 +0000 Subject: [PATCH] Merge from trunk [SVN r34471] --- 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) ;