diff options
| author | Frank M. Kromann <fmk@php.net> | 2005-03-19 10:55:47 +0000 |
|---|---|---|
| committer | Frank M. Kromann <fmk@php.net> | 2005-03-19 10:55:47 +0000 |
| commit | 17264461f98451d19f33053619ad0444d0245680 (patch) | |
| tree | e2e30673cc02b99fe5cfcce2fa2c76de6f05ebb3 /ext | |
| parent | 360fbc09b78b4fc30df6b6a046cf10192f0c741b (diff) | |
| download | php-git-17264461f98451d19f33053619ad0444d0245680.tar.gz | |
fix build when the pecl module is part of the php source tree
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/pdo_sqlite/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/config.w32 b/ext/pdo_sqlite/config.w32 index 2831b02b8d..f5c6245560 100644 --- a/ext/pdo_sqlite/config.w32 +++ b/ext/pdo_sqlite/config.w32 @@ -19,7 +19,7 @@ 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 ..\\pecl /I" + configure_module_dirname); + EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I pecl /I ..\\pecl /I" + configure_module_dirname); ADD_SOURCES(configure_module_dirname + "/sqlite/src", "attach.c auth.c btree.c build.c date.c delete.c expr.c func.c hash.c insert.c \ legacy.c main.c os_mac.c os_unix.c os_win.c pager.c pragma.c printf.c random.c \ |
