mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 07:58:24 +02:00
Readd Data/SQLite
This commit is contained in:
parent
34f64c41c8
commit
5ee68dc96f
@ -54,7 +54,7 @@ model {
|
||||
cppCompiler.define "SQLITE_OMIT_TCL_VARIABLE"
|
||||
cppCompiler.define "SQLITE_OMIT_DEPRECATED"
|
||||
}
|
||||
if (toolchain in Gcc) {
|
||||
if (toolChain in Gcc) {
|
||||
cCompiler.define "SQLITE_THREADSAFE=1"
|
||||
cCompiler.define "SQLITE_DISABLE_LFS"
|
||||
cCompiler.define "SQLITE_OMIT_UTF16"
|
||||
|
@ -17,7 +17,7 @@ if (os.windows) {
|
||||
include ':Data'
|
||||
if (os.windows) {
|
||||
include ':Data:ODBC'
|
||||
// include ':Data:SQLite'
|
||||
include ':Data:SQLite'
|
||||
// include ':Data:MySQL'
|
||||
}
|
||||
include ':Zip'
|
||||
@ -44,7 +44,7 @@ if (os.windows) {
|
||||
include ':Data:testsuite'
|
||||
if (os.windows) {
|
||||
include ':Data:ODBC:testsuite'
|
||||
// include ':Data:SQLite:testsuite'
|
||||
include ':Data:SQLite:testsuite'
|
||||
// include ':Data:MySQL:testsuite'
|
||||
}
|
||||
//include ':MongoDB:testsuite'
|
||||
|
Loading…
x
Reference in New Issue
Block a user