* utils/hbmk2/hbmk2.prg
+ Added skip=yes|no option support to .hbc files.
skip=yes will cause the rest of the .hbc file to be skipped
from processing.
+ Now .hbc files are recognized even in libs= lines.
+ Showing error message when a referred .hbc cannot be found.
* utils/hbmk2/examples/contribf.hbc
* Updates/fixes.
* contrib/xhb/xhb.hbc
* contrib/hbtpathy/hbtpathy.hbc
* contrib/hbblat/hbblat.hbc
* contrib/hbziparc/hbziparc.hbc
* contrib/hbxbp/hbxbp.hbc
* contrib/rddsql/sddmy/sddmy.hbc
+ contrib/rddsql/sddpg/sddpg.hbc
+ contrib/rddsql/sddfb/sddfb.hbc
* contrib/rddsql/sddodbc/sddodbc.hbc
* contrib/rddado/rddado.hbc
* contrib/gtwvg/gtwvg.hbc
* contrib/rddads/rddads.hbc
* contrib/hbfimage/hbfimage.hbc
* contrib/hbtip/hbtip.hbc
* contrib/hbwin/hbwin.hbc
* contrib/hbssl/hbssl.hbc
+ Added some missing .hbc files.
* Tweaked to use .hbc references.
* Tweaked filters. .hbc files will now filter themselves out,
if they are references in unsupported environment, like hbwin
under linux.
23 lines
710 B
Plaintext
23 lines
710 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Full listing of Harbour contrib libs with availability.
|
|
# [ This should be kept in sync with local Makefile information. ]
|
|
|
|
# contribs portable, with no external dependencies:
|
|
libs=hbbmcdx hbbtree hbclipsm hbcrypt hbct hbgt hbmisc hbmzip hbnf hbvpdf hbziparc rddsql xhb
|
|
|
|
# contribs portable, with external dependencies:
|
|
libs=hbcurl hbfbird hbgd hbhpdf hbmysql hbpgsql hbqt sddfb sddmy sddpg
|
|
|
|
# contribs with limited availability (some with external dependencies):
|
|
{!pocc&!xcc&!dmc&!watcom}libs=gtalleg
|
|
{!dos}libs=hbfimage hbssl hbtip
|
|
{linux|win}libs=rddads
|
|
{linux|win|os2}libs=hbtpathy
|
|
{win}libs=gtwvg hbblat hbwin rddado
|
|
{win&!dmc}libs=hbwhat
|
|
{!rsxnt}libs=hbodbc
|
|
{!bsd&!hpux&!pocc}libs=hbsqlit3
|