* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
|
|
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
|