-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5de8fc6
commit dc2f03d
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dc2f03d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about changes in msvc.jam and msvc.py? https://github.com/boostorg/build/pull/167/files
dc2f03d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@grafikrobot This change library naming patern for Visual C++. You sure with suffix
vc1410
instead ofvc141
?https://github.com/boostorg/config/blob/3a04c2bd204b33b1fefe969ae7f48b522e0b94cf/include/boost/config/auto_link.hpp#L119-L172
dc2f03d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
14.10 (aka 1410) is the version of the compiler component and that's what we decided on in the build support. Especially since there's going to eventually be a 15.x compiler eventually.
dc2f03d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing for VS2013 (aka 7.10), but in
auto_link.hpp
it namedvc71
...and for VS2015 suffix still
vc140
😕dc2f03d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah.. VS version handling has always been a mess. Maybe we can be better from now on ;-)
dc2f03d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok if you sure. Can you mention in documentation
Visual Studio 2017—14.10
http://www.boost.org/build/doc/html/bbv2/reference/tools.html ?JFYI This PR should fix linking with new naming boostorg/config#119