From: Edin Kadribasic Date: Thu, 22 Sep 2005 13:18:14 +0000 (+0000) Subject: MFB: Fix building of extensions that inlcude extname/header.h X-Git-Tag: RELEASE_0_9_0~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a4395a36045e0c472abb1d59f1f4d13651047e7;p=php MFB: Fix building of extensions that inlcude extname/header.h --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 265098f719..717fec6528 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -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 \