]> granicus.if.org Git - php/commitdiff
- new usual suspects
authorPierre Joye <pajoye@php.net>
Thu, 31 Jul 2008 23:05:02 +0000 (23:05 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 31 Jul 2008 23:05:02 +0000 (23:05 +0000)
win32/build/config.w32

index 491778554a687b7c3ff936207749ed21fa9cbb66..07cc10826646a05380ae568db6acc3a8ef7d57ee 100644 (file)
@@ -231,8 +231,8 @@ if (PHP_PHP_BUILD == 'no') {
 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;..\\bindlib_w32";
-var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\bindlib_w32";
+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";
 
 // Poke around for some headers
 function probe_basic_headers()