From 6faebead4d6ba77db062a3ed5d32c26fcd1c4de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 27 Jun 2012 19:36:16 +0000 Subject: [PATCH] Made Boost Build's rc file include scanner ignore folders when binding the included files (similar to how this is done for the c-scanner object in tools/types/cpp.jam). [SVN r79145] --- v2/tools/rc.jam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/tools/rc.jam b/v2/tools/rc.jam index b64edf046..a8288143b 100644 --- a/v2/tools/rc.jam +++ b/v2/tools/rc.jam @@ -148,6 +148,8 @@ class res-scanner : scanner # Just propagate the current scanner to includes, in hope that includes # do not change scanners. scanner.propagate $(__name__) : $(angle) $(quoted) : $(target) ; + + ISFILE $(all) ; } }