Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/vc-8_0-amd64-tools.jam @ 13

Last change on this file since 13 was 12, checked in by landauf, 18 years ago

added boost

File size: 416 bytes
Line 
1extends-toolset vc-8_0 ;
2
3if $(VC80_ROOT)
4{
5    VC_TOOL_PATH = "$(VC80_ROOT)"\\bin\\amd64\\ ;
6    VC_SETUP = "CALL \"$(VC_TOOL_PATH)vcvarsamd64.BAT\" >nul" ;
7}
8
9# The following #// line will be used by the regression test table generation
10# program as the column heading for HTML tables. Must not include version number.
11#//<a href="http://msdn.microsoft.com/vstudio/whidbey/default.aspx">Micro-<br>soft<br>VC++</a>
Note: See TracBrowser for help on using the repository browser.