summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-19 15:56:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 15:56:11 +0100
commitbd6fadb384bf1a2f542a077a44549a533e8fcb62 (patch)
tree52b15718e704a42a0c67807e570136afac3fb37e /i18npool
parentd3a0aa10d89fcf8dcd27996338efbb7cc3f0b357 (diff)
another one
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/textconversion/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/i18npool/source/textconversion/Makefile b/i18npool/source/textconversion/Makefile
index 490d11a7246c..8a4693d41657 100644
--- a/i18npool/source/textconversion/Makefile
+++ b/i18npool/source/textconversion/Makefile
@@ -34,7 +34,12 @@ include $(GBUILDDIR)/gbuild_simple.mk
sed 's/\(^.*get\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@
%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/textconversion/data)/%.dic
+ifeq ($(OS_FOR_BUILD),WNT)
+ $(gb_Helper_execute)genconv_dict $* `cygpath -m $<` $@
+else
$(gb_Helper_execute)genconv_dict $* $< $@
+endif
+
.PHONY: all
# vim: set noet sw=4 ts=4: