diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-21 14:12:14 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-21 14:13:26 +0100 |
commit | 3739278cefa4f604d96fc8c1047de22687e064ed (patch) | |
tree | 64d62889d1af5be3cfa0428e47999e8b279175ed /i18npool | |
parent | ce60138d339a5eb2a174a5d27063249acf2cac42 (diff) |
still cygwin is not unix
Diffstat (limited to 'i18npool')
-rwxr-xr-x | i18npool/source/localedata/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile index 5b899f0c9db0..6c3774ee67c2 100755 --- a/i18npool/source/localedata/Makefile +++ b/i18npool/source/localedata/Makefile @@ -36,13 +36,15 @@ my_components := component/sax/source/expatwrap/expwrap.component localedata_%.cxx : localedata_%_invis.cxx sed 's/\(^.*get[^;]*$$\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@ -localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb \ - $(OUTDIR_FOR_BUILD)/bin/saxparser$(gb_Executable_EXT_for_build) ifeq ($(OS_FOR_BUILD),WNT) +localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb \ + $(OUTDIR)/bin/saxparser$(gb_Executable_EXT) $(gb_Helper_execute)saxparser $* `cygpath -m $<` $@ \ $(my_file)`cygpath -m $(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb` `cygpath -m $(OUTDIR)/bin/types.rdb` \ -env:LO_LIB_DIR=$(my_file)`cygpath -m $(OUTDIR)/bin` else +localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb \ + $(OUTDIR_FOR_BUILD)/bin/saxparser$(gb_Executable_EXT_for_build) $(gb_Helper_execute)saxparser $* $< $@ \ $(my_file)$(WORKDIR_FOR_BUILD)/CustomTarget/i18npool/source/localedata/saxparser.rdb $(OUTDIR_FOR_BUILD)/bin/types.rdb \ -env:LO_LIB_DIR=$(my_file)$(OUTDIR_FOR_BUILD)/lib |