diff --git a/v1/intel-win32-8.1-tools.jam b/v1/intel-win32-8.1-tools.jam new file mode 100644 index 000000000..ce5bc866b --- /dev/null +++ b/v1/intel-win32-8.1-tools.jam @@ -0,0 +1,11 @@ +#~ Copyright 2004 Stefan Slapeta. +#~ Distributed under the Boost Software License, Version 1.0. +#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + +# 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. +#//Intel
C++
+ +{ + extends-toolset intel-win32 ; +}