diff options
author | Edin Kadribasic <edink@php.net> | 2005-09-22 13:16:30 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2005-09-22 13:16:30 +0000 |
commit | f0c27e68b2f3c14b6ff893e26e1d481a1967dc69 (patch) | |
tree | 55968d1b72000550d7c4ca95028e1a5421ec30f5 /win32 | |
parent | cd63787e9aa8edec3234726ce4eedda7e6a9eeb7 (diff) | |
download | php-git-f0c27e68b2f3c14b6ff893e26e1d481a1967dc69.tar.gz |
Fix building of extensions that inlcude extname/header.h
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |