remove redundant <runtime-link>dynamic from default-BUILD section

[SVN r11644]
This commit is contained in:
Dave Abrahams
2001-11-09 15:30:45 +00:00
parent 79f80ad09d
commit 876ff39307

View File

@ -10,7 +10,6 @@ lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
<define>BOOST_RE_NO_LIB=1
:
debug release
<runtime-link>dynamic
;
@ -20,7 +19,6 @@ dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
<define>BOOST_RE_BUILD_DLL=1
:
debug release
<runtime-link>dynamic
;