On Sat, Dec 10, 2011 at 01:08:30AM +0100, Jan Holesovsky wrote:
> ifeq($(OS),WNT)
>       something $(shell cygpath -m $(OUTDIR)/ugh)
> else
>       something $(OUTDIR)/ugh
> endif
> 
> which makes the buildsystem overall ugly ;-) 

Well, there is this dark piece of voodoo called
gb_Helper_abbreviate_dirs_native, which usually should cover those cases:

http://opengrok.libreoffice.org/xref/core/solenv/gbuild/platform/WNT_INTEL_MSC.mk#254

(and which is the same as gb_Helper_abbreviate_dirs on *nix).

Best,

Bjoern
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to