projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d9a9b
)
MFB: Fix building of extensions that inlcude extname/header.h
author
Edin Kadribasic
<edink@php.net>
Thu, 22 Sep 2005 13:18:14 +0000
(13:18 +0000)
committer
Edin Kadribasic
<edink@php.net>
Thu, 22 Sep 2005 13:18:14 +0000
(13:18 +0000)
win32/build/config.w32
patch
|
blob
|
history
diff --git
a/win32/build/config.w32
b/win32/build/config.w32
index 265098f7198b33a047a21ce7ca1dd24361b27c54..717fec65283bacc4058dde676f3b7b6c87ac8b47 100644
(file)
--- 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 \