summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/windows
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/inc_openoffice/windows
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/inc_openoffice/windows')
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk50
1 files changed, 0 insertions, 50 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk b/instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk
deleted file mode 100644
index de56007682fa..000000000000
--- a/instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# 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 incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-PRJ=..$/..$/..
-
-PRJNAME=instsetoo_native
-TARGET=win_ulffiles
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# ------------------------------------------------------------------
-
-ULFFILES = \
- ActionTe.ulf \
- Control.ulf \
- CustomAc.ulf \
- Error.ulf \
- LaunchCo.ulf \
- Property.ulf \
- RadioBut.ulf \
- UIText.ulf
-
-MLFFILES = $(foreach,i,$(ULFFILES) $(MISC)$/$(TARGET)$/$(i:b).mlf)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-.IF "$(OS)"=="WNT"
-
-ALLTAR : $(MLFFILES)
-
-.ENDIF