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