forked from boostorg/system
Remove <runtime-link>static to see if that is what is causing link problems on a few gcc platforms
[SVN r39255]
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
project boost/system
|
project boost/system
|
||||||
: source-location ../src
|
: source-location ../src
|
||||||
: usage-requirements
|
: usage-requirements # pass these requirement to dependents (i.e. users)
|
||||||
<link>shared:<define>BOOST_SYSTEM_DYN_LINK=1
|
<link>shared:<define>BOOST_SYSTEM_DYN_LINK=1
|
||||||
<link>static:<define>BOOST_SYSTEM_STATIC_LINK=1
|
<link>static:<define>BOOST_SYSTEM_STATIC_LINK=1
|
||||||
;
|
;
|
||||||
|
@@ -16,8 +16,11 @@ project
|
|||||||
|
|
||||||
test-suite "system"
|
test-suite "system"
|
||||||
: [ run error_code_test.cpp
|
: [ run error_code_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
: # command line
|
||||||
<runtime-link>static <link>static
|
: # input files
|
||||||
|
: # requirements
|
||||||
|
<define>BOOST_SYSTEM_STATIC_LINK
|
||||||
|
<link>static
|
||||||
]
|
]
|
||||||
[ run error_code_test.cpp
|
[ run error_code_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
: : : <define>BOOST_SYSTEM_DYN_LINK
|
||||||
@@ -25,7 +28,7 @@ project
|
|||||||
]
|
]
|
||||||
[ run error_code_user_test.cpp
|
[ run error_code_user_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
||||||
<runtime-link>static <link>static
|
<link>static
|
||||||
]
|
]
|
||||||
[ run error_code_user_test.cpp
|
[ run error_code_user_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
: : : <define>BOOST_SYSTEM_DYN_LINK
|
||||||
@@ -33,13 +36,13 @@ project
|
|||||||
]
|
]
|
||||||
[ run system_error_test.cpp
|
[ run system_error_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
||||||
<runtime-link>static <link>static
|
<link>static
|
||||||
]
|
]
|
||||||
[ run system_error_test.cpp
|
[ run system_error_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
: : : <define>BOOST_SYSTEM_DYN_LINK
|
||||||
: system_error_test_dll
|
: system_error_test_dll
|
||||||
]
|
]
|
||||||
[ run header_only_test.cpp
|
[ run header_only_test.cpp
|
||||||
: : : <runtime-link>static <link>static
|
: : : <link>static
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user