- mbstring is built shared on windows

it looks like the idea was to have it static (but does not work)
This commit is contained in:
Pierre Joye 2008-07-30 09:26:15 +00:00
parent 4e00d919d2
commit 6dcd9b58d5

View File

@ -12,7 +12,7 @@ if (PHP_MBSTRING == "yes") {
FSO.CopyFile("ext\\mbstring\\oniguruma\\win32\\config.h",
"ext\\mbstring\\oniguruma\\config.h", true);
EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", null,
EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", true,
"-Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
-Iext/mbstring/oniguruma /D NOT_RUBY=1 /D LIBMBFL_EXPORTS=1 \
/D HAVE_STDARG_PROTOTYPES=1 /D HAVE_CONFIG_H /D HAVE_STDLIB_H \