mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.PostgreSQL now uses Web
git-svn-id: svn://ultimatepp.org/upp/trunk@3179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9c3c9f184d
commit
31cb381aaa
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ acceptflags
|
|||
NOPOSTGRESQL;
|
||||
|
||||
uses
|
||||
Sql;
|
||||
Sql,
|
||||
Web;
|
||||
|
||||
library(WIN32 !NOPOSTGRESQL MSC) libpq;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef _PostgreSQL_icpp_init_stub
|
||||
#define _PostgreSQL_icpp_init_stub
|
||||
#include "Sql/init"
|
||||
#include "Web/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue