summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-12-18 23:20:44 +0000
committerPierre Joye <pajoye@php.net>2008-12-18 23:20:44 +0000
commit6983c20844fd5bbfa3720e2402c3069836adfbdb (patch)
tree3f431ea2b853d3fe796f43123dacc7e5b63c4893 /win32
parentba76cf017ea30a81e0af6d4e62963d5d5035320f (diff)
downloadphp-git-6983c20844fd5bbfa3720e2402c3069836adfbdb.tar.gz
- no need to look for bindlib_w32, not used anymore
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w324
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index 6074b46cc4..dd2ebe5e39 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -239,8 +239,8 @@ DEFINE("PHP_BUILD", PHP_PHP_BUILD);
ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
-var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\deps\\include;..\\bindlib_w32;";
-var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib;..\\bindlib_w32";
+var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\deps\\include";
+var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib";
// Poke around for some headers
function probe_basic_headers()