mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-08 12:36:43 +02:00
Readd Data/SQLite
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user