Borland toolset no longer crashes in bcc32 binary is not found.
[SVN r25370]
This commit is contained in:
parent
3f0d060af0
commit
bf6ef576df
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user