forked from boostorg/algorithm
Attempt to add static link requirement added for cwpro8 and cwpro9.
Should fix the problems on these compilers [SVN r23291]
This commit is contained in:
@ -21,42 +21,56 @@ DEPENDS all : test ;
|
|||||||
container_test.cpp
|
container_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: container
|
: container
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
trim_test.cpp
|
trim_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: trim
|
: trim
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
conv_test.cpp
|
conv_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: conv
|
: conv
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
predicate_test.cpp
|
predicate_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: predicate
|
: predicate
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
find_test.cpp
|
find_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: find
|
: find
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
split_test.cpp
|
split_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: split
|
: split
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
replace_test.cpp
|
replace_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
|
<cwpro8><*><runtime-link>static
|
||||||
|
<cwpro9><*><runtime-link>static
|
||||||
: replace
|
: replace
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
|
Reference in New Issue
Block a user