ICU-13099 Merging the workaround for #13136 Compile error in escapesrc.cpp on Cygwin/MSVC (r40043) to maint-59.

X-SVN-Rev: 40047
This commit is contained in:
Yoshito Umaoka 2017-04-13 09:55:03 +00:00
parent 50f6b4ed9c
commit b405d87f93

View file

@ -17,7 +17,11 @@ subdir = tools
SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
gentest gennorm2 gencfu gendict escapesrc
gentest gennorm2 gencfu gendict
ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
SUBDIRS += escapesrc
endif
## List of phony targets
.PHONY : all all-local all-recursive install install-local \