mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Don't include toolset version in libs built with bcb
[SVN r35684]
This commit is contained in:
@@ -719,6 +719,14 @@ local rule toolset-tag ( name : type ? : property-set )
|
||||
{
|
||||
version = ;
|
||||
}
|
||||
|
||||
# On borland, version is not added for compatibility
|
||||
# with V1.
|
||||
if $(tag) = bcb
|
||||
{
|
||||
version = ;
|
||||
}
|
||||
|
||||
tag += $(version) ;
|
||||
|
||||
return $(tag:J=) ;
|
||||
|
||||
@@ -555,6 +555,13 @@ rule rename ( name : type ? : property-set : unversioned ? )
|
||||
version = ;
|
||||
}
|
||||
|
||||
# On borland, version is not added for compatibility
|
||||
# with V1.
|
||||
if $(toolset-tag) = bcb
|
||||
{
|
||||
version = ;
|
||||
}
|
||||
|
||||
toolset-tag += $(version) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user