mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 05:24:31 +02:00
Change all <source> references to <library>.
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
<source>/boost/algorithm//boost_algorithm
|
<library>/boost/algorithm//boost_algorithm
|
||||||
<source>/boost/iterator//boost_iterator
|
<library>/boost/iterator//boost_iterator
|
||||||
<source>/boost/utility//boost_utility
|
<library>/boost/utility//boost_utility
|
||||||
<source>/boost/tuple//boost_tuple
|
<library>/boost/tuple//boost_tuple
|
||||||
|
|
||||||
<link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
|
<link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
|
||||||
<toolset>gcc-cygwin:<link>static
|
<toolset>gcc-cygwin:<link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user