2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

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]
This commit is contained in:
Jurko Gospodnetić
2012-06-27 19:36:16 +00:00
parent 8eaf4dc277
commit 75e4ad056d

View File

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