From efe10deb66e1919fe9ffa0c4320ebe9ce142657a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 3 Nov 2003 12:23:33 +0000 Subject: [PATCH] * 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] --- v2/tools/rc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/rc.jam b/v2/tools/rc.jam index 289222075..0dc25c75e 100644 --- a/v2/tools/rc.jam +++ b/v2/tools/rc.jam @@ -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