summaryrefslogtreecommitdiff
path: root/solenv/StaticLibrary_wrapper.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-12 20:03:14 -0400
committerFridrich Strba <fridrich@documentfoundation.org>2013-03-14 08:56:55 +0000
commit357ace566d4090b85c7c7b5d775c8b9eaaa76e5f (patch)
tree8dd7056f974f5843272d24c2e424ef5947798eff /solenv/StaticLibrary_wrapper.mk
parent77cc0cb72f88806ee13682ac868b9e468a070400 (diff)
add gcc-wrapper
Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'solenv/StaticLibrary_wrapper.mk')
-rwxr-xr-xsolenv/StaticLibrary_wrapper.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/solenv/StaticLibrary_wrapper.mk b/solenv/StaticLibrary_wrapper.mk
new file mode 100755
index 000000000000..8fe81ef7f8c4
--- /dev/null
+++ b/solenv/StaticLibrary_wrapper.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# 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/.
+#
+
+$(eval $(call gb_StaticLibrary_StaticLibrary,wrapper))
+
+$(eval $(call gb_StaticLibrary_add_exception_objects,wrapper,\
+ solenv/gcc-wrappers/wrapper \
+))
+
+# vim:set noet sw=4 ts=4: