summaryrefslogtreecommitdiff
path: root/extensions/AllLangResTarget_updchk.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-14 19:57:14 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-14 19:57:14 +0100
commitba1f609d0dd77c5adc2504e90e341c306b5ee8f5 (patch)
tree534dac52a3c012aefd2ac5b45ba8652b25820300 /extensions/AllLangResTarget_updchk.mk
parentdc1efa4424d5cc285911e872e5e1e2505c62a016 (diff)
extensions: convert update stuff to gbuild
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.
Diffstat (limited to 'extensions/AllLangResTarget_updchk.mk')
-rw-r--r--extensions/AllLangResTarget_updchk.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/extensions/AllLangResTarget_updchk.mk b/extensions/AllLangResTarget_updchk.mk
new file mode 100644
index 000000000000..c3cd02cb20a0
--- /dev/null
+++ b/extensions/AllLangResTarget_updchk.mk
@@ -0,0 +1,43 @@
+# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# [ Copyright (C) 2011 Red Hat, Inc., Michael Stahl <mstahl@redhat.com> (initial developer) ]
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,updchk))
+
+$(eval $(call gb_AllLangResTarget_set_reslocation,updchk,extensions/source/update/ui))
+
+$(eval $(call gb_AllLangResTarget_add_srs,updchk,\
+ updchk/res \
+))
+
+$(eval $(call gb_SrsTarget_SrsTarget,updchk/res))
+
+$(eval $(call gb_SrsTarget_add_files,updchk/res,\
+ extensions/source/update/ui/updatecheckui.src \
+))
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: