2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Disabled auto-linking with versioned Intel toolsets: the toolsets use a naming convention that is inconsistent with auto-linking.

[SVN r26146]
This commit is contained in:
John Maddock
2004-11-08 12:22:29 +00:00
parent 29e9030d95
commit 8bdc17447f
2 changed files with 6 additions and 0 deletions

View File

@@ -8,4 +8,7 @@
{
extends-toolset intel-win32 ;
# disable auto-linking for this toolset:
# intel toolset lib naming is currently too inconsistent for auto-linking to work.
CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
}

View File

@@ -8,4 +8,7 @@
{
extends-toolset intel-win32 ;
# disable auto-linking for this toolset:
# intel toolset lib naming is currently too inconsistent for auto-linking to work.
CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
}