* contrib/hbpgsql/hbpgsql.hbx
* contrib/hbpgsql/hbpgsql.hbp
- contrib/hbpgsql/hdbcpg.prg
- Deleted HDBC class layer due references to deprecated
wrapper function which caused link errors in dynamic builds
or HDBC apps. Please readd the file if interested in making
this technially simple fix.
* contrib/hbmzip/mzip.c
% eliminated one local variable in HB_UNZIPFILEREAD()
* contrib/hbziparc/ziparc.prg
+ HB_UNZIPFILE(): added progress bar support.
Patch by Leandro Damasio, with following changes:
! refixed to use cPath when forming target filename
! missing hHandle declaration
% FERASE() removed, FCREATE() will recreate it
% Left() eliminated from FWRITE() call
* minor symbol casing
; I didn't test this code, so please do it.
36 lines
647 B
Plaintext
36 lines
647 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
-hblib
|
|
-inc
|
|
|
|
-o${hb_name}
|
|
|
|
-w3 -es2
|
|
|
|
-depkeyhead=pgsql:libpq-fe.h
|
|
-depcontrol=pgsql:no{HB_BUILD_3RDEXT='no'}
|
|
-depcontrol=pgsql:${HB_WITH_PGSQL}
|
|
-depincpath=pgsql:/usr/include
|
|
-depincpath=pgsql:/usr/local/pgsql/include
|
|
-depincpath=pgsql:/usr/local/pgsql/include/libpq
|
|
-depincpath=pgsql:/usr/include/pgsql
|
|
-depincpath=pgsql:/usr/include/postgresql
|
|
-depincpath=pgsql:/postgres/include
|
|
-depincpath=pgsql:/opt/local/include/postgresql84
|
|
-depincpath=pgsql:/opt/local/include/postgresql83
|
|
-depimplibs=pgsql:../lib/libpq.dll
|
|
|
|
-iflag={bcc}-a
|
|
|
|
-instfile=inc:postgres.ch
|
|
-instfile=inc:hbpgsql.hbx
|
|
|
|
hbpgsql.hbx
|
|
|
|
postgres.c
|
|
rddcopy.c
|
|
|
|
tpostgre.prg
|