From c71077e2ef1fcd6d6e7302b7358653d8448cbba4 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Mon, 17 Feb 2020 16:19:15 -0500 Subject: [PATCH] Only set shared when creating DLL. --- src/tools/borland.jam | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/tools/borland.jam b/src/tools/borland.jam index 996c70ce0..a6bad8031 100644 --- a/src/tools/borland.jam +++ b/src/tools/borland.jam @@ -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)/shared : -tR ; flags borland OPTIONS $(condition)/LIB/shared : -tD ; flags borland OPTIONS $(condition)/multi : -tM ; -flags borland.link OPTIONS $(condition)/shared : -tD ; +flags borland.link.dll OPTIONS $(condition)/shared : -tD ; }