office-gobmx/instsetoo_native
Stephan Bergmann 70bcf9e8be Remove support for AIX
As discussed in the mailing list thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2023-January/089808.html>
"Plan to remove dead C++ UNO bridge implementations (bridges/source/cpp_uno/*)",
the bridge implementation at bridges/source/cpp_uno/gcc3_aix_powerpc is
apparently dead and should thus be removed.  However, that was the only bridge
implementation for AIX, which implies that support for the AIX platform as a
whole is dead and should thus be removed.

Change-Id: I96de3f7f97d4fd770ff78256f0ea435383688be9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146057
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-01-27 07:28:16 +00:00
..
inc_common/windows/msi_templates/Binary Resolves tdf#137880 - Fix for Windows installer image 2020-11-01 14:50:43 +01:00
inc_ooohelppack/windows/msi_templates tdf#135233: Useless looking translatable string: "error text goes here" 2022-02-27 23:02:15 +01:00
inc_openoffice Remove support for AIX 2023-01-27 07:28:16 +00:00
inc_sdkoo/windows/msi_templates tdf#135233: Useless looking translatable string: "error text goes here" 2022-02-27 23:02:15 +01:00
util windows packaging: remove unused msp creation 2022-08-18 16:07:43 +02:00
CustomTarget_install.mk Stick to three-letter build step prefixes 2022-12-08 09:21:03 +00:00
CustomTarget_setup.mk bump minimum make version to 4.0 (for $(file …) function) 2022-12-13 15:03:24 +00:00
Makefile instsetoo_native: convert to gbuild 2013-02-24 17:26:19 +00:00
Module_instsetoo_native.mk Move instdir-only ooenv into its own Package 2014-11-26 16:03:44 +01:00
ooenv recommended gtk3 to gtk4 migration 'Enable diagnostic warnings' 2020-12-21 09:45:06 +01:00
Package_instsetoo_native_ooenv.mk Move instdir-only ooenv into its own Package 2014-11-26 16:03:44 +01:00
Package_setup.mk Put crash directory config in soffice.ini, instead of own ini file 2017-01-27 11:25:39 +00:00
Package_setup_ure.mk Use instsetoo_native-generated uno ini-file for both instdir and instsets 2014-09-18 23:18:46 +02:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Native Install-Set Creation

This is where you will find your natively packaged builds after the build has completed. On Windows these would live in:

workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi

for example (nothing like a few long directory names before breakfast).

Also generates .ini files for the instdir/ tree (which are unfortunately duplicated for now between instsetoo_native/CustomTarget_setup.mk and scp2).