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:
Pavol Droba
2004-06-30 20:13:05 +00:00
parent 1e7aec2dee
commit 6d7d244051

View File

@ -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