edink           Thu Sep 22 09:16:31 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/win32/build        config.w32 
  Log:
  Fix building of extensions that inlcude extname/header.h
  
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.40.2.1&r2=1.40.2.2&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.40.2.1 
php-src/win32/build/config.w32:1.40.2.2
--- php-src/win32/build/config.w32:1.40.2.1     Fri Aug 12 16:08:14 2005
+++ php-src/win32/build/config.w32      Thu Sep 22 09:16:30 2005
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.40.2.1 2005/08/12 20:08:14 wez Exp $
+// $Id: config.w32,v 1.40.2.2 2005/09/22 13:16:30 edink Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -73,7 +73,7 @@
 }
 DEFINE('PHP_PREFIX', PHP_PREFIX);
 
-DEFINE("BASE_INCLUDES", "/I . /I main /I regex /I Zend /I TSRM ");
+DEFINE("BASE_INCLUDES", "/I . /I main /I regex /I Zend /I TSRM /I ext ");
 
 // CFLAGS for building the PHP dll
 DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to