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

Patch for tool being unable to locate the manifest tool mt.exe.

[SVN r50782]
This commit is contained in:
John Maddock
2009-01-26 10:00:10 +00:00
parent 763d1e3b49
commit b14c03ab92

View File

@@ -76,7 +76,7 @@ rule init ( version ? : # the compiler version
toolset.flags intel-win.compile .CC $(condition) : $(setup)icl ;
toolset.flags intel-win.link .LD $(condition) : $(setup)xilink ;
toolset.flags intel-win.archive .LD $(condition) : $(setup)xilink /lib ;
toolset.flags intel-win.link .MT $(condition) : mt -nologo ;
toolset.flags intel-win.link .MT $(condition) : $(setup)mt -nologo ;
local m = [ MATCH (.).* : $(version) ] ;
local major = $(m[1]) ;