Files
harbour-core/harbour/contrib/hbpgsql/hbpgsql.hbp
Viktor Szakats 10c88f316c 2010-06-01 01:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* 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.
2010-05-31 23:47:15 +00:00

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