diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-21 20:40:59 -0500 |
---|---|---|
committer | David Ostrovsky <David.Ostrovsky@gmx.de> | 2013-02-24 17:26:19 +0000 |
commit | 1d84e9d1d363bd550129efcbeafe670c0a049dd0 (patch) | |
tree | 8dcabefa0b1456c1a509e1973485c3f8497326c2 /instsetoo_native/Makefile | |
parent | 80dd07381bc7207520a4b7fb0d06e8cc5583ee76 (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/Makefile')
-rw-r--r-- | instsetoo_native/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/instsetoo_native/Makefile b/instsetoo_native/Makefile new file mode 100644 index 000000000000..0997e628485b --- /dev/null +++ b/instsetoo_native/Makefile @@ -0,0 +1,14 @@ +# -*- 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/. +# + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: |