* utils/hbmk2/examples/contrib.hbc
* utils/hbmk2/hbmk2.prg
* config/detfun.mk
* config/detect.mk
* INSTALL
* Terminology cleanup: "external code" -> "3rd party code"
- bin/hbxpatch.hbs
+ bin/hb3rdpat.hbs
* config/postinst.hbs
* package/harbour.spec
* Renamed hbxpatch.hbs to hb3rdpat.hbs to reflect terminology
cleanup ("external code" -> "3rd party code")
* utils/hbmk2/examples/contrib.hbc
* utils/hbmk2/examples/contribf.hbc
* utils/hbmk2/examples/oohg.hbc
* Using .hbc files.
* contrib/hbssl/ssl.c
+ SSL_GET_READ_AHEAD() function enabled. Made it a dummy
for bcc, where it for some reason creates unresolved
external when referencing the corresponding openssl API.
22 lines
693 B
Plaintext
22 lines
693 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Full listing of Harbour contrib libs with availability.
|
|
# [ This should be kept in sync with local make file information. ]
|
|
|
|
# contribs portable, with no external dependencies:
|
|
hbcs=hbblink hbclipsm hbcomm hbct hbfoxpro hbfship hbgt hbmisc hbmzip hbnf hbsms hbtpathy hbxpp hbziparc rddbmcdx rddsql xhb
|
|
|
|
# contribs portable, with external dependencies:
|
|
hbcs=hbcurl hbfbird hbgd hbhpdf hbmysql hbpgsql hbqt hbtip sddfb sddmy sddpg
|
|
|
|
# contribs with limited availability (some with external dependencies):
|
|
{!pocc&!xcc&!dmc&!watcom}hbcs=gtalleg
|
|
{!dos}hbcs=hbfimage hbssl
|
|
{linux|win}hbcs=rddads
|
|
{win}hbcs=gtwvg hbblat hbwin
|
|
hbcs=hbodbc
|
|
{!bsd&!hpux&!pocc}hbcs=hbsqlit3
|
|
{!wce}hbcs=hbbz2
|