From: Edin Kadribasic Date: Thu, 22 Sep 2005 13:16:30 +0000 (+0000) Subject: Fix building of extensions that inlcude extname/header.h X-Git-Tag: php-5.1.0RC2~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0c27e68b2f3c14b6ff893e26e1d481a1967dc69;p=php Fix building of extensions that inlcude extname/header.h --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 85e52c5371..60f5419d18 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -73,7 +73,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 \