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

Robostify

[SVN r31067]
This commit is contained in:
Vladimir Prus
2005-09-21 13:41:48 +00:00
parent c93b57cef2
commit fa55fb35dc

View File

@@ -38,8 +38,13 @@ rule init ( version ? : # the compiler version
$(command) ] ;
common.handle-options intel-win : $(condition) : $(command) : $(options) ;
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;
local root ;
if $(command)
{
root = [ common.get-absolute-tool-path $(command[-1]) ] ;
root = $(root)/ ;
}
local setup ;
setup = $(root)/iclvars.bat ;