pajoye Thu Dec 18 23:21:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/build config.w32 Log: - MFH: no need to look for bindlib_w32, not used anymore http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.36&r2=1.40.2.8.2.10.2.37&diff_format=u Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.40.2.8.2.10.2.36 php-src/win32/build/config.w32:1.40.2.8.2.10.2.37 --- php-src/win32/build/config.w32:1.40.2.8.2.10.2.36 Sat Dec 13 11:47:06 2008 +++ php-src/win32/build/config.w32 Thu Dec 18 23:21:22 2008 @@ -1,5 +1,5 @@ // vim:ft=javascript -// $Id: config.w32,v 1.40.2.8.2.10.2.36 2008/12/13 11:47:06 pajoye Exp $ +// $Id: config.w32,v 1.40.2.8.2.10.2.37 2008/12/18 23:21:22 pajoye Exp $ // "Master" config file; think of it as a configure.in // equivalent. @@ -241,8 +241,8 @@ 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()
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php