mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
19 lines
260 B
Text
19 lines
260 B
Text
description "PostgreSQL SQl database support\377";
|
|
|
|
acceptflags
|
|
NOPOSTGRESQL;
|
|
|
|
uses
|
|
Sql;
|
|
|
|
library(WIN32) libpq.lib;
|
|
|
|
pkg_config(LINUX | FREEBSD | OPENBSD) libpq;
|
|
|
|
file
|
|
PostgreSQL.h,
|
|
PostgreSQLSchema.h,
|
|
PostgreSQL.cpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|