ICU-13136 dont compile escapesrc on cygwin/msvc

* for now just explicitly skip escapesrc for cygwin/msvc
* revisit this.

X-SVN-Rev: 40043
This commit is contained in:
Steven R. Loomis 2017-04-13 06:30:22 +00:00
parent 990890985c
commit a3b26b85be

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 \