From cac0d444acd0a77485bc04dde4d6c37b7337a284 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 7 Oct 2010 00:23:38 +0000 Subject: [PATCH] ICU-8023 test fix for windows makefile X-SVN-Rev: 28767 --- icu4c/source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/Makefile.in b/icu4c/source/Makefile.in index 4d67422e4ce..fa94c48449c 100644 --- a/icu4c/source/Makefile.in +++ b/icu4c/source/Makefile.in @@ -316,7 +316,7 @@ icu4j-data-install icu4j-data: all tests # For updating Windows makefiles -WINDOWS_UPDATEFILES=$(srcdir)/data/makedata.mak $(shell find $(srcdir) -name '*.vcproj') +WINDOWS_UPDATEFILES=$(srcdir)/data/makedata.mak $(shell find $(srcdir) -name '*.vcproj' -o -name '*.vcxproj') WINDOWS_UPDATEFILES_SED=config/windows-update.sed