[Libreoffice] Windows (MSVC) incremental build is broken.

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Fri Dec 9 16:19:29 PST 2011


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


More information about the LibreOffice mailing list