mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
- Fix win32 build.
# Thanks Nuno Lopes & Derick for letting me know.
This commit is contained in:
parent
8912a50bf4
commit
03bdd13560
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user