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

Updated default install path to reflect current Beta.

[SVN r25503]
This commit is contained in:
John Maddock
2004-10-01 10:39:16 +00:00
parent e6707550ae
commit cfdfbb4175

View File

@@ -14,7 +14,7 @@ if ! $(MSVCDir)
else
{
ProgramFiles ?= $(PROGRAMFILES) ;
VC80_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio .NET Whidbey\\VC7" ;
VC80_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio 8\\VC" ;
VC_TOOL_PATH = "$(VC80_ROOT)"\\bin\\ ;
VC_SETUP = "CALL \"$(VC_TOOL_PATH)VCVARS32.BAT\" >nul" ;
}
@@ -34,3 +34,4 @@ flags vc8.0 C++FLAGS <native-wchar_t>on : /Zc:wchar_t ;