
1 Oct
2004
1 Oct
'04
10:40 a.m.
It seems that vc8-tools.jam has the path to the binary MSVC tools wrong:
It is:
VC80_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio .NET Whidbey\\VC7" ;
But I think it should be:
VC80_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio 8\\VC" ;
OK, thanks, toolset updated - in the long run though we should really be using the registry for this. John.