2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00
Files
build/v1/vc-8_0-amd64-tools.jam
Rene Rivera a1af39f465 Fix various inspection errors.
[SVN r34697]
2006-07-24 15:55:45 +00:00

19 lines
669 B
Plaintext

#~ Copyright 2005 Peter Dimov.
#~ Copyright 2005 David Abrahams.
#~ Copyright 2005 Rene Rivera.
#~ 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 vc-8_0 ;
if $(VC80_ROOT)
{
VC_TOOL_PATH = "$(VC80_ROOT)"\\bin\\amd64\\ ;
VC_SETUP = "CALL \"$(VC_TOOL_PATH)vcvarsamd64.BAT\" >nul" ;
}
# 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/whidbey/default.aspx">Micro-<br>soft<br>VC++</a>