MFB: Fix building of extensions that inlcude extname/header.h
authorEdin Kadribasic <edink@php.net>
Thu, 22 Sep 2005 13:18:14 +0000 (13:18 +0000)
committerEdin Kadribasic <edink@php.net>
Thu, 22 Sep 2005 13:18:14 +0000 (13:18 +0000)
win32/build/config.w32

index 265098f7198b33a047a21ce7ca1dd24361b27c54..717fec65283bacc4058dde676f3b7b6c87ac8b47 100644 (file)
@@ -72,7 +72,7 @@ if (PHP_PREFIX == '') {
 }
 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 \