mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 07:12:45 +01:00
Backswitch to Data
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
This commit is contained in:
parent
78cbc32e26
commit
a7b2804e21
@ -13,12 +13,12 @@ include ':NetSSL_OpenSSL'
|
||||
if (os.windows) {
|
||||
include ':NetSSL_Win'
|
||||
}
|
||||
include ':SQL'
|
||||
include ':Data'
|
||||
if (os.windows) {
|
||||
include ':SQL:ODBC'
|
||||
include ':SQL:SQLite'
|
||||
include ':SQL:MySQL'
|
||||
include ':SQL:PostgreSQL'
|
||||
include ':Data:ODBC'
|
||||
include ':Data:SQLite'
|
||||
include ':Data:MySQL'
|
||||
include ':Data:PostgreSQL'
|
||||
}
|
||||
include ':Zip'
|
||||
include ':PageCompiler'
|
||||
@ -41,12 +41,12 @@ include ':NetSSL_OpenSSL:testsuite'
|
||||
if (os.windows) {
|
||||
include ':NetSSL_Win:testsuite'
|
||||
}
|
||||
include ':SQL:testsuite'
|
||||
include ':Data:testsuite'
|
||||
if (os.windows) {
|
||||
include ':SQL:ODBC:testsuite'
|
||||
include ':SQL:SQLite:testsuite'
|
||||
include ':SQL:MySQL:testsuite'
|
||||
include ':SQL:PostgreSQL:testsuite'
|
||||
include ':Data:ODBC:testsuite'
|
||||
include ':Data:SQLite:testsuite'
|
||||
include ':Data:MySQL:testsuite'
|
||||
include ':Data:PostgreSQL:testsuite'
|
||||
}
|
||||
//include ':MongoDB:testsuite'
|
||||
include ':Redis:testsuite'
|
||||
@ -56,7 +56,7 @@ include ':Zip:testsuite'
|
||||
include ':Encodings:samples'
|
||||
include ':Foundation:samples'
|
||||
if (os.windows) {
|
||||
include ':SQL:samples'
|
||||
include ':Data:samples'
|
||||
}
|
||||
include ':NetSSL_OpenSSL:samples'
|
||||
if (os.windows) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user