summaryrefslogtreecommitdiff
path: root/ext/mbstring
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2004-03-01 20:25:33 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2004-03-01 20:25:33 +0000
commit03bdd135600eb017bfe93b9cb19a4306e53d6b0c (patch)
tree891bab89408e90e49a00c115cad0547edb5d2c14 /ext/mbstring
parent8912a50bf47e70a16fc45a6cd085fc1b3e4d88a5 (diff)
downloadphp-git-03bdd135600eb017bfe93b9cb19a4306e53d6b0c.tar.gz
- Fix win32 build.
# Thanks Nuno Lopes & Derick for letting me know.
Diffstat (limited to 'ext/mbstring')
-rw-r--r--ext/mbstring/config.w327
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/mbstring/config.w32 b/ext/mbstring/config.w32
index 262581a7be..d0d79cc169 100644
--- a/ext/mbstring/config.w32
+++ b/ext/mbstring/config.w32
@@ -49,7 +49,12 @@ if (PHP_MBSTRING == "yes") {
if (PHP_MBREGEX == "yes") {
ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
- regexec.c reggnu.c regparse.c regposerr.c", "mbstring");
+ regenc.c regexec.c reggnu.c regparse.c regposerr.c \
+ ascii.c big5.c euc_jp.c euc_kr.c euc_tw.c iso8859_1 \
+ iso8859_2.c iso8859_3.c iso8859_4.c iso8859_5.c \
+ iso8859_6.c iso8859_7.c iso8859_8.c iso8859_9.c \
+ iso8859_10.c iso8859_11.c iso8859_13.c iso8859_15.c \
+ iso8859_16.c koi8.c koi8_r.c sjis.c utf8.c", "mbstring");
ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring");
}
}