pajoye          Thu Dec 18 23:20:44 2008 UTC

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  - no need to look for bindlib_w32, not used anymore
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.90&r2=1.91&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.90 php-src/win32/build/config.w32:1.91
--- php-src/win32/build/config.w32:1.90 Sat Dec 13 11:59:03 2008
+++ php-src/win32/build/config.w32      Thu Dec 18 23:20:44 2008
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.90 2008/12/13 11:59:03 pajoye Exp $
+// $Id: config.w32,v 1.91 2008/12/18 23:20:44 pajoye Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -239,8 +239,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

Reply via email to