mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
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
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: container
|
||||
]
|
||||
[ run
|
||||
trim_test.cpp
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: trim
|
||||
]
|
||||
[ run
|
||||
conv_test.cpp
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: conv
|
||||
]
|
||||
[ run
|
||||
predicate_test.cpp
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: predicate
|
||||
]
|
||||
[ run
|
||||
find_test.cpp
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: find
|
||||
]
|
||||
[ run
|
||||
split_test.cpp
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: split
|
||||
]
|
||||
[ run
|
||||
replace_test.cpp
|
||||
: :
|
||||
:
|
||||
<cwpro8><*><runtime-link>static
|
||||
<cwpro9><*><runtime-link>static
|
||||
: replace
|
||||
]
|
||||
[ run
|
||||
|
Reference in New Issue
Block a user