2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
Files
build/v1/vc-7_1-tools.jam
Rene Rivera a1af39f465 Fix various inspection errors.
[SVN r34697]
2006-07-24 15:55:45 +00:00

33 lines
1.0 KiB
Plaintext

#~ Copyright 2004 Aleksey Gurtovoy.
#~ Copyright 2005 David Abrahams.
#~ Distributed under the Boost Software License, Version 1.0.
#~ (See accompanying file LICENSE_1_0.txt or copy at
#~ http://www.boost.org/LICENSE_1_0.txt)
extends-toolset msvc ;
# singleton variables...
set-as-singleton VC71_ROOT ;
if ! $(MSVCDir)
{
ProgramFiles ?= $(PROGRAMFILES) ;
VC71_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio .NET 2003\\VC7" ;
VC_TOOL_PATH = "$(VC71_ROOT)"\\bin\\ ;
VC_SETUP = "CALL \"$(VC_TOOL_PATH)VCVARS32.BAT\" >nul" ;
}
VC_PDB_NAME = vc71 ;
feature native-wchar_t : on off ;
flags vc-7_1 CFLAGS : /Op ;
flags vc-7_1 C++FLAGS : /wd4675 ; # Don't warn about the use of ADL
flags vc-7_1 C++FLAGS : /Zc:forScope ;
flags vc-7_1 C++FLAGS <native-wchar_t>on : /Zc:wchar_t ;
# The following #// line will be used by the regression test table generation
# program as the column heading for HTML tables. Must not include version number.
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a>