2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +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 83e213cb36
commit 6faebead4d

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