From 75e4ad056deb37cd65b05502454eb14c8da11d23 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] --- src/tools/rc.jam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/rc.jam b/src/tools/rc.jam index b64edf046..a8288143b 100644 --- a/src/tools/rc.jam +++ b/src/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) ; } }