summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18npool/source/breakiterator/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/Makefile b/i18npool/source/breakiterator/Makefile
index c8e5d08fd05b..8800a4231eb1 100644
--- a/i18npool/source/breakiterator/Makefile
+++ b/i18npool/source/breakiterator/Makefile
@@ -37,8 +37,11 @@ data/dict_%.cxx : data/dict_%_invis.cxx
sed 's/\tconst/\tSAL_DLLPUBLIC_EXPORT const/' $< > $@
data/dict_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/breakiterator/data)/%.dic data
+ifeq ($(OS_FOR_BUILD),WNT)
+ $(gb_Helper_execute)gendict `cygpath -m $<` $@
+else
$(gb_Helper_execute)gendict $< $@
-
+endif
ifeq ($(SYSTEM_ICU),YES)
GENBRK := $(SYSTEM_GENBRK)