summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/config.w32
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-03-07 10:47:32 +0000
committerScott MacVicar <scottmac@php.net>2008-03-07 10:47:32 +0000
commit5a86313123a3ad477589361af5e8b2953d4e67f8 (patch)
treefbefd40663c2de29105a6f27c71f53b1af3dbc3f /ext/pdo_sqlite/config.w32
parent184173fccc96714a23fb2842947c60e36a464bc7 (diff)
downloadphp-git-5a86313123a3ad477589361af5e8b2953d4e67f8.tar.gz
Update bundled SQLite to 3.5.6
Diffstat (limited to 'ext/pdo_sqlite/config.w32')
-rw-r--r--ext/pdo_sqlite/config.w327
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/pdo_sqlite/config.w32 b/ext/pdo_sqlite/config.w32
index 9ab5f12858..1b0f888427 100644
--- a/ext/pdo_sqlite/config.w32
+++ b/ext/pdo_sqlite/config.w32
@@ -18,14 +18,15 @@ if (PHP_PDO_SQLITE != "no") {
FSO.CopyFile(configure_module_dirname + "\\sqlite\\src\\sqlite_config.w32.h",
configure_module_dirname + "\\sqlite\\src\\config.h");
-
+
EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I" + configure_module_dirname);
ADD_SOURCES(configure_module_dirname + "/sqlite/src",
"attach.c auth.c btree.c build.c callback.c date.c delete.c expr.c func.c hash.c insert.c \
legacy.c main.c os.c os_unix.c os_win.c pager.c pragma.c prepare.c printf.c random.c \
select.c table.c tokenize.c trigger.c update.c utf.c util.c vacuum.c vdbeapi.c analyze.c complete.c \
- vdbeaux.c vdbe.c vdbemem.c vdbefifo.c where.c parse.c opcodes.c alter.c vtab.c loadext.c", "pdo_sqlite");
-
+ vdbeaux.c vdbe.c vdbemem.c vdbefifo.c where.c parse.c opcodes.c alter.c vtab.c loadext.c \
+ btmutex.c fault.c journal.c malloc.c mem1.c mutex.c mutex_unix.c mutex_w32.c vdbeblob.c", "pdo_sqlite");
+
ADD_EXTENSION_DEP('pdo_sqlite', 'pdo');
}