summaryrefslogtreecommitdiff
path: root/instsetoo_native/Module_instsetoo_native.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-21 20:40:59 -0500
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-02-24 17:26:19 +0000
commit1d84e9d1d363bd550129efcbeafe670c0a049dd0 (patch)
tree8dcabefa0b1456c1a509e1973485c3f8497326c2 /instsetoo_native/Module_instsetoo_native.mk
parent80dd07381bc7207520a4b7fb0d06e8cc5583ee76 (diff)
instsetoo_native: convert to gbuild
Removes: * instsetoo_native/util/update.xml - gen_update_info.pl can be removed ? On Windows the binary artifacts are created now in: workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi Change-Id: I1c82ea9cb9d297cdd0e4f4b9b44606259eeeed49 Reviewed-on: https://gerrit.libreoffice.org/2242 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'instsetoo_native/Module_instsetoo_native.mk')
-rw-r--r--instsetoo_native/Module_instsetoo_native.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/instsetoo_native/Module_instsetoo_native.mk b/instsetoo_native/Module_instsetoo_native.mk
new file mode 100644
index 000000000000..454a77cef921
--- /dev/null
+++ b/instsetoo_native/Module_instsetoo_native.mk
@@ -0,0 +1,20 @@
+# -*- 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_Module_Module,instsetoo_native))
+
+ifneq (,$(filter WNT,$(OS))$(filter-out NO,$(EPM)))
+
+$(eval $(call gb_Module_add_targets,instsetoo_native,\
+ CustomTarget_install \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: