Line | |
---|
1 | #~ Copyright 2004 Stefan Slapeta. |
---|
2 | #~ Distributed under the Boost Software License, Version 1.0. |
---|
3 | #~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
4 | |
---|
5 | # The following #// line will be used by the regression test table generation |
---|
6 | # program as the column heading for HTML tables. Must not include version number. |
---|
7 | #//<a href="http://developer.intel.com/software/products/compilers/">Intel<br>C++</a> |
---|
8 | |
---|
9 | { |
---|
10 | extends-toolset intel-win32 ; |
---|
11 | # disable auto-linking for this toolset: |
---|
12 | # intel toolset lib naming is currently too inconsistent for auto-linking to work. |
---|
13 | CFLAGS += "/DBOOST_ALL_NO_LIB=1" ; |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.