From 08d02b550a1aee0e109334384c260244d450d6a0 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 22 Sep 2019 12:13:42 +0200 Subject: add "system" PCH that contains often used system headers such as STL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The idea is that this PCH will be used as a fallback for linktargets that do not explicitly set their own PCH. Change-Id: If05d3f04893a386e5d991f913e094f49249c8f44 Reviewed-on: https://gerrit.libreoffice.org/79363 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- pch/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pch/README (limited to 'pch/README') diff --git a/pch/README b/pch/README new file mode 100644 index 000000000000..b6c8ca9dd932 --- /dev/null +++ b/pch/README @@ -0,0 +1,3 @@ +The purpose of this directory is to generate global precompiled headers +that can be used by any other gbuild library/executable. +The libraries themselves are not used. -- cgit