From 17264461f98451d19f33053619ad0444d0245680 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Sat, 19 Mar 2005 10:55:47 +0000 Subject: [PATCH] fix build when the pecl module is part of the php source tree --- ext/pdo_sqlite/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.0