Kaydet (Commit) 70d60b18 authored tarafından Caolán McNamara's avatar Caolán McNamara

inch closer to windows building

üst be6b882f
...@@ -36,7 +36,11 @@ collator_%.cxx : collator_%_invis.cxx ...@@ -36,7 +36,11 @@ collator_%.cxx : collator_%_invis.cxx
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@ sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@
collator_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/collator/data)/%.txt collator_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/collator/data)/%.txt
ifeq ($(OS_FOR_BUILD),WNT)
$(gb_Helper_execute)gencoll_rule `cygpath -m $<` $@ $*
else
$(gb_Helper_execute)gencoll_rule $< $@ $* $(gb_Helper_execute)gencoll_rule $< $@ $*
endif
lrl_include.hxx : $(txtlist) lrl_include.hxx : $(txtlist)
echo '#define LOCAL_RULE_LANGS "$(sort $(foreach txt,$(^F),$(firstword $(subst _, ,$(txt)))))"' > $@ echo '#define LOCAL_RULE_LANGS "$(sort $(foreach txt,$(^F),$(firstword $(subst _, ,$(txt)))))"' > $@
......
...@@ -34,7 +34,11 @@ include $(GBUILDDIR)/gbuild_simple.mk ...@@ -34,7 +34,11 @@ include $(GBUILDDIR)/gbuild_simple.mk
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@ sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@
%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/indexentry/data)/%.txt %_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/indexentry/data)/%.txt
ifeq ($(OS_FOR_BUILD),WNT)
$(gb_Helper_execute)genindex_data `cygpath -m $<` $@ $*
else
$(gb_Helper_execute)genindex_data $< $@ $* $(gb_Helper_execute)genindex_data $< $@ $*
endif
.PHONY: all .PHONY: all
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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