diff options
| author | Stanislav Malyshev <stas@php.net> | 2010-01-04 21:44:45 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2010-01-04 21:44:45 +0000 |
| commit | 8f4337f2551e28d98290752e9ca99fc7f87d93b5 (patch) | |
| tree | 65f4e75f335d8736f9df347484bfe14b9a0b0a8e /ext/intl/config.w32 | |
| parent | 795f716832379f43aa7daba605b0c6e136dab24e (diff) | |
| download | php-git-8f4337f2551e28d98290752e9ca99fc7f87d93b5.tar.gz | |
add ICU resource bundle support, contributed by Hans-Peter Oeri
Diffstat (limited to 'ext/intl/config.w32')
| -rwxr-xr-x | ext/intl/config.w32 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/intl/config.w32 b/ext/intl/config.w32 index 9184f8dfcd..68ccadf2d8 100755 --- a/ext/intl/config.w32 +++ b/ext/intl/config.w32 @@ -66,6 +66,11 @@ if (PHP_INTL != "no") { ADD_SOURCES(configure_module_dirname + "/idn", "\ idn.c", "intl"); + ADD_SOURCES(configure_module_dirname + "/resourcebundle", "\ + resourcebundle.c \ + resourcebundle_class.c \ + resourcebundle_iterator.c", + "intl"); ADD_FLAG("LIBS_INTL", "icudt.lib icuin.lib icuio.lib icule.lib iculx.lib"); AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled"); } else { |
