forked from boostorg/system
Remove extraneous defines since they are inherited from library build Jamfile
[SVN r42873]
This commit is contained in:
@ -19,31 +19,24 @@ project
|
|||||||
: # command line
|
: # command line
|
||||||
: # input files
|
: # input files
|
||||||
: # requirements
|
: # requirements
|
||||||
<define>BOOST_SYSTEM_STATIC_LINK
|
|
||||||
<link>static
|
<link>static
|
||||||
]
|
]
|
||||||
[ run error_code_test.cpp
|
[ run error_code_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
: : : : error_code_test_dll
|
||||||
: error_code_test_dll
|
|
||||||
]
|
]
|
||||||
[ run error_code_user_test.cpp
|
[ run error_code_user_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
: : : <link>static
|
||||||
<link>static
|
|
||||||
]
|
]
|
||||||
[ run error_code_user_test.cpp
|
[ run error_code_user_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
: : : : error_code_user_test_dll
|
||||||
: error_code_user_test_dll
|
|
||||||
]
|
]
|
||||||
[ run system_error_test.cpp
|
[ run system_error_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_STATIC_LINK
|
: : : <link>static
|
||||||
<link>static
|
|
||||||
]
|
]
|
||||||
[ run system_error_test.cpp
|
[ run system_error_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
: : : : system_error_test_dll
|
||||||
: system_error_test_dll
|
|
||||||
]
|
]
|
||||||
[ run initialization_test.cpp
|
[ run initialization_test.cpp
|
||||||
: : : <define>BOOST_SYSTEM_DYN_LINK
|
|
||||||
]
|
]
|
||||||
[ run header_only_test.cpp
|
[ run header_only_test.cpp
|
||||||
: : : <link>static
|
: : : <link>static
|
||||||
|
Reference in New Issue
Block a user