2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Merge from trunk

[SVN r34471]
This commit is contained in:
Vladimir Prus
2006-07-07 05:26:29 +00:00
parent aa47a98aca
commit d58b2fda61

View File

@@ -47,6 +47,8 @@ rule configure ( command ? : condition ? : options * )
{
flags rc.compile.resource .RC $(condition) : $(command) ;
flags rc.compile.resource .RC_TYPE $(condition) : $(rc-type:L) ;
flags rc.compile.resource DEFINES <define> ;
flags rc.compile.resource INCLUDES <include> ;
if $(.debug-configuration)
{
ECHO notice: using rc compiler :: $(condition) :: $(command) ;