Kaydet (Commit) 4ae8b026 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need to use cygpath on Windows

üst eab990db
...@@ -37,8 +37,11 @@ data/dict_%.cxx : data/dict_%_invis.cxx ...@@ -37,8 +37,11 @@ data/dict_%.cxx : data/dict_%_invis.cxx
sed 's/\tconst/\tSAL_DLLPUBLIC_EXPORT const/' $< > $@ sed 's/\tconst/\tSAL_DLLPUBLIC_EXPORT const/' $< > $@
data/dict_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/breakiterator/data)/%.dic data 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 $< $@ $(gb_Helper_execute)gendict $< $@
endif
ifeq ($(SYSTEM_ICU),YES) ifeq ($(SYSTEM_ICU),YES)
GENBRK := $(SYSTEM_GENBRK) GENBRK := $(SYSTEM_GENBRK)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment