ultimatepp/uppsrc/PostgreSQL/PostgreSQL.upp
cxl c948749add PostgreSQL: fixed charset issues
git-svn-id: svn://ultimatepp.org/upp/trunk@1547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-04 12:14:29 +00:00

19 lines
248 B
Text

acceptflags
NOPOSTGRESQL;
uses
Sql;
library(WIN32 !NOPOSTGRESQL MSC) libpq;
library(WIN32 !NOPOSTGRESQL GCC) pq;
library(LINUX !NOPOSTGRESQL) pq;
file
PostgreSQL.h,
PostgreSQLSchema.h,
PostgreSQL.cpp,
Info readonly separator,
Copying;