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:
@@ -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) ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user