edink           Thu Sep 22 09:18:14 2005 EDT

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  MFB: Fix building of extensions that inlcude extname/header.h
  
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.47&r2=1.48&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.47 php-src/win32/build/config.w32:1.48
--- php-src/win32/build/config.w32:1.47 Fri Aug 12 22:47:24 2005
+++ php-src/win32/build/config.w32      Thu Sep 22 09:18:14 2005
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.47 2005/08/13 02:47:24 wez Exp $
+// $Id: config.w32,v 1.48 2005/09/22 13:18:14 edink Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -72,7 +72,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