mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-8023 test fix for windows makefile
X-SVN-Rev: 28767
This commit is contained in:
parent
5a88748c9f
commit
cac0d444ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue