5d8f48c81e
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
18 lines
337 B
C
18 lines
337 B
C
/*
|
|
|
|
Settings related to Clang compiler plugins.
|
|
|
|
*/
|
|
|
|
#ifndef CONFIG_CLANG_H
|
|
#define CONFIG_CLANG_H
|
|
|
|
#undef BUILDDIR
|
|
#undef SRCDIR
|
|
#undef WORKDIR
|
|
|
|
/* This is actually unused, but it should change whenever Clang changes,
|
|
thus causing update of this .h file and triggerring rebuild of our Clang plugin. */
|
|
#undef CLANG_FULL_VERSION
|
|
|
|
#endif
|