mirror of
https://github.com/boostorg/build.git
synced 2026-02-20 14:42:14 +00:00
Recognize vc8 for common variant tags.
[SVN r24173]
This commit is contained in:
@@ -2620,6 +2620,15 @@ rule common-variant-tag ( toolset variant : properties * )
|
||||
# this is an stlport build requirement.
|
||||
runtime-tag = [ difference $(runtime-tag) : n ] ;
|
||||
}
|
||||
case *vc8* :
|
||||
{
|
||||
toolset-tag += vc8 ;
|
||||
toolset-tag += [ MATCH "vc8[.]([0123456789]*)" : $(toolset) ] ;
|
||||
if <runtime-link>dynamic in $(properties) { thread-tag = mt ; }
|
||||
# <stlport-iostream> is always on, no matter what we may think
|
||||
# this is an stlport build requirement.
|
||||
runtime-tag = [ difference $(runtime-tag) : n ] ;
|
||||
}
|
||||
case * :
|
||||
toolset-tag += [ MATCH "^([^-]*)" : $(toolset) ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user