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

Use null 'resource type' if none is specified.

[SVN r55999]
This commit is contained in:
Vladimir Prus
2009-09-03 16:39:47 +00:00
parent 2a5d05b79a
commit 2dd38844ad

View File

@@ -59,6 +59,7 @@ rule configure ( command ? : condition ? : options * )
rule compile.resource ( target : sources * : properties * )
{
local rc-type = [ on $(target) return $(.RC_TYPE) ] ;
rc-type ?= null ;
compile.resource.$(rc-type) $(target) : $(sources[1]) ;
}