* utils/hbmk2/hbmk2.prg
+ Will now ignore current and host directory when looking
for system headers (<>) in header dependency finder code.
+ contrib/hbmysql/hbmysql.hbp
+ contrib/sddmy/sddmy.hbp
+ contrib/sddfb/sddfb.hbp
+ contrib/sddpg/sddpg.hbp
+ contrib/hbcups/hbcups.hbp
+ contrib/hbpgsql/hbpgsql.hbp
+ contrib/rddads/rddads.hbp
+ contrib/hbfimage/hbfimage.hbp
+ contrib/hbgd/hbgd.hbp
+ contrib/sddoci/sddoci.hbp
+ contrib/hbcairo/hbcairo.hbp
+ Added new hbmk2 make files.
* contrib/hbgd/Makefile
- Deleted some information from cmoment. (now included in INSTALL)
* contrib/hbcairo/hbcairo.h
* Formatting.
29 lines
434 B
Plaintext
29 lines
434 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
-hblib
|
|
-inc
|
|
-nohbc
|
|
|
|
-o${hb_name}
|
|
|
|
-w3 -es2
|
|
|
|
-reqheader=libpq-fe.h
|
|
|
|
-inctrypath=${HB_WITH_PGSQL}
|
|
-inctrypath=/usr/include
|
|
-inctrypath=/usr/local/pgsql/include
|
|
-inctrypath=/usr/local/pgsql/include/libpq
|
|
-inctrypath=/usr/include/pgsql
|
|
-inctrypath=/usr/include/postgresql
|
|
-inctrypath=/postgres/include
|
|
-inctrypath=/opt/local/include/postgresql84
|
|
-inctrypath=/opt/local/include/postgresql83
|
|
|
|
postgres.c
|
|
|
|
tpostgre.prg
|
|
pgrdd.prg
|