Supply same libs for bcc32 builds as cl and gcc builds have
authorSteve Hay <SteveHay@planit.com>
Fri, 12 Aug 2005 16:13:11 +0000 (16:13 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 12 Aug 2005 16:13:11 +0000 (16:13 +0000)
commit8169a885e54b185b764945e68a001202a9d927d3
tree3105c080ffa6e6aa8bba8b3e8f5bb73fd3917db9
parent08039b818b7a6e623279d03df2f71c92137e1052
Supply same libs for bcc32 builds as cl and gcc builds have

It makes life easier for third-party extensions if perl provides a
decent set of libs to link against. cl and gcc builds already have
this (except that gcc was missing one lib), but bcc32 builds only
have one or two libs supplied.  In particular, the ODBC libs
required for building libwin32 were not specified.  One of these
doesn't exist in the Borland lib dirs by default, so generate it
from the DLL if it is missing.

p4raw-id: //depot/perl@25289
win32/makefile.mk