[Libreoffice] solenv/inc/settings.mk overwrites CDEFS
Thomas Arnhold
thomas at arnhold.org
Tue Feb 1 15:05:36 PST 2011
Hi,
I just found out, that settings.mk resets all CDEFS which were defined
in some makefiles. For example:
sc/source/ui/vba/makefile.mk defines:
CDEFS+=-DVBA_OOBUILD_HACK
But some lines later settings.mk is included (which is
solenv/inc/settings.mk)
.INCLUDE : settings.mk
In this file CDEFS is reset. So VBA_OOBUILD_HACK doesn't get defined for
sc/source/ui/vba. Is this intended or a bug?
-Thomas
More information about the LibreOffice
mailing list