Borland toolset no longer crashes in bcc32 binary is not found.

[SVN r25370]
This commit is contained in:
Vladimir Prus 2004-09-23 10:50:49 +00:00
parent 3f0d060af0
commit bf6ef576df

View File

@ -25,9 +25,12 @@ rule init ( version ? : command * )
local command = [ common.get-invocation-command borland : bcc32.exe
: $(command) ] ;
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;
root = $(root:D) ;
if $(command)
{
command = [ common.get-absolute-tool-path $(command[-1]) ] ;
}
root = $(command:D) ;
toolset.flags borland.compile STDHDRS $(condition) : $(root)/include/ ;
toolset.flags borland.link STDLIBPATH $(condition) : $(root)/lib ;