1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

- MF PHP_5_3

This commit is contained in:
Andi Gutmans
2009-01-02 05:00:35 +00:00
parent ed32a8a6e2
commit 3fc970cc4f

View File

@@ -2,7 +2,7 @@
// vim:ft=javascript
EXTENSION("pcre", "php_pcre.c", false /* never shared */,
"-DNO_RECURSE -Iext/pcre/pcrelib");
"-Iext/pcre/pcrelib");
ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c pcre_study.c pcre_tables.c pcre_try_flipped.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c", "pcre");
ADD_DEF_FILE("ext\\pcre\\php_pcre.def");