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:
@@ -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 ;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user