]> granicus.if.org Git - php/commitdiff
Fix building of extensions that inlcude extname/header.h
authorEdin Kadribasic <edink@php.net>
Thu, 22 Sep 2005 13:16:30 +0000 (13:16 +0000)
committerEdin Kadribasic <edink@php.net>
Thu, 22 Sep 2005 13:16:30 +0000 (13:16 +0000)
win32/build/config.w32

index 85e52c5371425c221cacd53257b4fb18d7c5c4f7..60f5419d1876ef8a7272e075f4ea6e14084cb975 100644 (file)
@@ -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 \