From 6e3394a6ab6c71b35ff2f863c8e7a32151d068b5 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 21 May 2014 09:41:06 +0200 Subject: update_pch: add tools Change-Id: Icb95d60a7f786ee75ea1904cfb7292e51eb607cc --- tools/Library_tl.mk | 2 + tools/inc/pch/precompiled_tl.cxx | 12 ++++++ tools/inc/pch/precompiled_tl.hxx | 85 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 tools/inc/pch/precompiled_tl.cxx create mode 100644 tools/inc/pch/precompiled_tl.hxx (limited to 'tools') diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index c9921f96fb8b..c6ee6cbe8f48 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -24,6 +24,8 @@ $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ )) +$(eval $(call gb_Library_set_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/precompiled_tl)) + $(eval $(call gb_Library_add_defs,tl,\ -DTOOLS_DLLIMPLEMENTATION \ )) diff --git a/tools/inc/pch/precompiled_tl.cxx b/tools/inc/pch/precompiled_tl.cxx new file mode 100644 index 000000000000..cb05968098c8 --- /dev/null +++ b/tools/inc/pch/precompiled_tl.cxx @@ -0,0 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include "precompiled_tl.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/pch/precompiled_tl.hxx b/tools/inc/pch/precompiled_tl.hxx new file mode 100644 index 000000000000..dc3ee16e584f --- /dev/null +++ b/tools/inc/pch/precompiled_tl.hxx @@ -0,0 +1,85 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +/* + This file has been autogenerated by update_pch.sh . It is possible to edit it + manually (such as when an include file has been moved/renamed/removed. All such + manual changes will be rewritten by the next run of update_pch.sh (which presumably + also fixes all possible problems, so it's usually better to use it). +*/ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit