]> granicus.if.org Git - icu/commitdiff
ICU-13136 dont compile escapesrc on cygwin/msvc
authorSteven R. Loomis <srl@icu-project.org>
Thu, 13 Apr 2017 06:30:22 +0000 (06:30 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 13 Apr 2017 06:30:22 +0000 (06:30 +0000)
* for now just explicitly skip escapesrc for cygwin/msvc
* revisit this.

X-SVN-Rev: 40043

icu4c/source/tools/Makefile.in

index 8fb7876de764a1cad5e899d47859f0df1867645f..c3f81d6a2c13bb98b791985e9ea8b38b91779efa 100644 (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     \