summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-06-12 10:23:31 +0000
committerArd Biesheuvel <abies@php.net>2004-06-12 10:23:31 +0000
commit15fa07f0f6b83f23691ff14b07ecf0b4c203149b (patch)
tree179956c6c7b7cbd5d5b678aae6be5397f5c4a694 /ext/pdo_firebird
parent22fa023c8856371bcc7c9fae791fc44175f84d2c (diff)
downloadphp-git-15fa07f0f6b83f23691ff14b07ecf0b4c203149b.tar.gz
Changed LIB path
Diffstat (limited to 'ext/pdo_firebird')
-rw-r--r--ext/pdo_firebird/config.w323
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo_firebird/config.w32 b/ext/pdo_firebird/config.w32
index c04c55c65a..0a247cb2f7 100644
--- a/ext/pdo_firebird/config.w32
+++ b/ext/pdo_firebird/config.w32
@@ -7,11 +7,12 @@ if (PHP_PDO_FIREBIRD != "no") {
if ((CHECK_LIB("fbclient_ms.lib", "pdo_firebird", PHP_PDO_FIREBIRD) ||
CHECK_LIB("gds32_ms.lib", "pdo_firebird", PHP_PDO_FIREBIRD)) &&
- CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD", PHP_PHP_BUILD + "\\include\\firebird;" + PHP_PDO_FIREBIRD)) {
+ CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIREBIRD)) {
EXTENSION("pdo_firebird", "pdo_firebird.c firebird_driver.c firebird_statement.c");
ADD_FLAG('CFLAGS_PDO_FIREBIRD', "/I ..\\pecl");
} else {
WARNING("pdo_firebird not enabled; libraries and headers not found");
}
ADD_EXTENSION_DEP('pdo_firebird', 'pdo');
+ ADD_EXTENSION_DEP('pdo_firebird', 'interbase');
}