diff options
| author | Pierre Joye <pajoye@php.net> | 2009-01-26 22:34:49 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-01-26 22:34:49 +0000 |
| commit | 7cb513c19ad3beecc8b5b1d635899d4d89c0946c (patch) | |
| tree | c2f7a056d269470a370a6e2bc5580cc5e2f79faa /ext/intl | |
| parent | 4670e62f130810f9a3a400eddb1b23adb9051d4b (diff) | |
| download | php-git-7cb513c19ad3beecc8b5b1d635899d4d89c0946c.tar.gz | |
- idn build for win
Diffstat (limited to 'ext/intl')
| -rwxr-xr-x | ext/intl/config.w32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/intl/config.w32 b/ext/intl/config.w32 index e793cd8cf8..9184f8dfcd 100755 --- a/ext/intl/config.w32 +++ b/ext/intl/config.w32 @@ -63,6 +63,9 @@ if (PHP_INTL != "no") { dateformat_parse.c \ dateformat_data.c \ ", "intl"); + ADD_SOURCES(configure_module_dirname + "/idn", "\ + idn.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 { |
