2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Only set shared when creating DLL.

This commit is contained in:
Edward Diener
2020-02-17 16:19:15 -05:00
parent 7c1ae7d6b1
commit c71077e2ef

View File

@@ -14,14 +14,6 @@ running on Microsoft Windows. This is the bcc32 executable for all
versions of Borland C++ and C++ Builder, as well as the command line
compatible compiler bcc32c on later versions of C++ Builder.
The supported products are listed below. The version reported by the
command lines tools is also listed for reference.:
* C++ Builder 2006 -- 5.8.2
* CBuilderX -- 5.6.5, 5.6.4 (depending on release)
* CBuilder6 -- 5.6.4
* Free command line tools -- 5.5.1
The module is initialized using the following syntax:
----
@@ -150,7 +142,7 @@ flags borland OPTIONS $(condition)/<runtime-link>shared : -tR ;
flags borland OPTIONS $(condition)/<main-target-type>LIB/<link>shared : -tD ;
flags borland OPTIONS $(condition)/<threading>multi : -tM ;
flags borland.link OPTIONS $(condition)/<link>shared : -tD ;
flags borland.link.dll OPTIONS $(condition)/<link>shared : -tD ;
}