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

Made it work with an unmodified CWPro8 installation. Pro9 may still need its setup script tweaked.

[SVN r29174]
This commit is contained in:
Dave Abrahams
2005-05-24 17:13:02 +00:00
parent 3219877dd7
commit a02a2e7018

View File

@@ -46,13 +46,16 @@ rule init ( version ? : command * : options * )
{
command = [ common.get-absolute-tool-path $(command[-1]) ] ;
}
local root = $(command) ;
local tool-root = $(command) ;
setup = $(root)\\$(setup) ;
setup = $(tool-root)\\$(setup) ;
# map the batch file in setup so it can be executed
setup = "call \""$(setup)"\" > nul " ;
other-tools = $(tool-root:D) ;
root = $(other-tools:D) ;
setup = "set \"CWFOLDER="$(root)"\" && call \""$(setup)"\" > nul " ;
if [ os.name ] = NT
{