From 1483647359c9057a1e0dc036c9bca43cf8866eac Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Mon, 8 May 2006 21:06:34 +0000 Subject: [PATCH] Added constants.c to the windows build --- ext/unicode/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/unicode/config.w32 b/ext/unicode/config.w32 index ba8880780a..edc41151a6 100644 --- a/ext/unicode/config.w32 +++ b/ext/unicode/config.w32 @@ -1,5 +1,5 @@ // $Id$ // vim:ft=javascript -EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c property.c", false); +EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c property.c constants.c", false); AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension'); -- 2.50.1