mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
Adding property.c to windows build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// $Id$
|
||||
// vim:ft=javascript
|
||||
|
||||
EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c", false);
|
||||
EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c property.c", false);
|
||||
AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');
|
||||
|
||||
Reference in New Issue
Block a user