mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
* tools/rc.jam
Added the directory of the generated files to the include path, allowing files created by other generators to be included by the resource script. Patch from Pedro Ferreira. [SVN r20614]
This commit is contained in:
@@ -35,7 +35,7 @@ rule resource-compile ( target : sources * : properties * )
|
||||
|
||||
actions quietly resource-compile-nt
|
||||
{
|
||||
rc /i "$(>:D)" /fo "$(<)" "$(>)"
|
||||
rc /i "$(>:D)" /i "$(<:D)" /fo "$(<)" "$(>)"
|
||||
}
|
||||
|
||||
actions quietly resource-compile-cygwin
|
||||
|
||||
Reference in New Issue
Block a user