@@ -20,7 +20,6 @@ if test "$PHP_INTL" != "no"; then
20
20
PHP_NEW_EXTENSION(intl, php_intl.c \
21
21
intl_error.c \
22
22
intl_convert.c \
23
- intl_convertcpp.cpp \
24
23
collator/collator.c \
25
24
collator/collator_class.c \
26
25
collator/collator_sort.c \
@@ -32,8 +31,6 @@ if test "$PHP_INTL" != "no"; then
32
31
collator/collator_is_numeric.c \
33
32
collator/collator_error.c \
34
33
common/common_error.c \
35
- common/common_enum.cpp \
36
- common/common_date.cpp \
37
34
converter/converter.c \
38
35
formatter/formatter.c \
39
36
formatter/formatter_main.c \
@@ -53,17 +50,12 @@ if test "$PHP_INTL" != "no"; then
53
50
dateformat/dateformat_attr.c \
54
51
dateformat/dateformat_data.c \
55
52
dateformat/dateformat_format.c \
56
- dateformat/dateformat_format_object.cpp \
57
53
dateformat/dateformat_parse.c \
58
- dateformat/dateformat_create.cpp \
59
- dateformat/dateformat_attrcpp.cpp \
60
- dateformat/dateformat_helpers.cpp \
61
54
msgformat/msgformat.c \
62
55
msgformat/msgformat_attr.c \
63
56
msgformat/msgformat_class.c \
64
57
msgformat/msgformat_data.c \
65
58
msgformat/msgformat_format.c \
66
- msgformat/msgformat_helpers.cpp \
67
59
msgformat/msgformat_parse.c \
68
60
grapheme/grapheme_string.c \
69
61
grapheme/grapheme_util.c \
@@ -73,6 +65,18 @@ if test "$PHP_INTL" != "no"; then
73
65
transliterator/transliterator.c \
74
66
transliterator/transliterator_class.c \
75
67
transliterator/transliterator_methods.c \
68
+ uchar/uchar.c \
69
+ idn/idn.c \
70
+ $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,cxx)
71
+
72
+ PHP_ADD_SOURCES(PHP_EXT_DIR(intl), intl_convertcpp.cpp \
73
+ common/common_enum.cpp \
74
+ common/common_date.cpp \
75
+ dateformat/dateformat_format_object.cpp \
76
+ dateformat/dateformat_create.cpp \
77
+ dateformat/dateformat_attrcpp.cpp \
78
+ dateformat/dateformat_helpers.cpp \
79
+ msgformat/msgformat_helpers.cpp \
76
80
timezone/timezone_class.cpp \
77
81
timezone/timezone_methods.cpp \
78
82
calendar/calendar_class.cpp \
@@ -83,10 +87,9 @@ if test "$PHP_INTL" != "no"; then
83
87
breakiterator/breakiterator_methods.cpp \
84
88
breakiterator/rulebasedbreakiterator_methods.cpp \
85
89
breakiterator/codepointiterator_internal.cpp \
86
- breakiterator/codepointiterator_methods.cpp \
87
- uchar/uchar.c \
88
- idn/idn.c \
89
- $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 $ICU_EXTRA_FLAGS,cxx)
90
+ breakiterator/codepointiterator_methods.cpp, \
91
+ $ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 $ICU_EXTRA_FLAGS)
92
+
90
93
PHP_ADD_BUILD_DIR($ext_builddir/collator)
91
94
PHP_ADD_BUILD_DIR($ext_builddir/converter)
92
95
PHP_ADD_BUILD_DIR($ext_builddir/common)
0 commit comments