* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
17 lines
250 B
Plaintext
17 lines
250 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
description=PostgreSQL wrapper (SQL)
|
|
|
|
incpaths=.
|
|
|
|
headers=postgres.ch
|
|
|
|
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
|
|
|
{unix}libs=pq
|
|
{!unix}libs=libpq
|
|
{darwin}libpaths=/opt/local/lib/postgresql84
|
|
{darwin}libpaths=/opt/local/lib/postgresql83
|