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