2
0
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:
Vladimir Prus
2003-11-03 12:23:33 +00:00
parent 6cb418973c
commit efe10deb66

View File

@@ -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