diff options
| author | Edin Kadribasic <edink@php.net> | 2005-01-20 15:54:35 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2005-01-20 15:54:35 +0000 |
| commit | 93e4213bfe93059e33905a9c600a68f34055f21c (patch) | |
| tree | 0c2871880e8815bd470bf1b46ab081fd3450289c | |
| parent | c35353ea204654bde37991dee82a34d2d2bd339e (diff) | |
| download | php-git-93e4213bfe93059e33905a9c600a68f34055f21c.tar.gz | |
Add support for the 'official' build machine layout
| -rwxr-xr-x | ext/pdo_oci/config.w32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_oci/config.w32 b/ext/pdo_oci/config.w32 index 1f951b0de9..1e0729e47d 100755 --- a/ext/pdo_oci/config.w32 +++ b/ext/pdo_oci/config.w32 @@ -21,6 +21,9 @@ if (PHP_PDO_OCI != "no") { pdo_oci_lib_paths += pdo_oci_dirs[i] + "\\lib\\msvc;"; pdo_oci_inc_paths += pdo_oci_dirs[i] + "\\include;"; } + + pdo_oci_inc_paths += PHP_PHP_BUILD + "\\include\\instantclient;" + pdo_oci_lib_paths += PHP_PHP_BUILD + "\\lib\\instantclient;"; pdo_oci_header = CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_PDO_OCI", pdo_oci_inc_paths, null, null, true); |
