office-gobmx/distro-configs
Fridrich Štrba a8e00968ee Change some default config for Windows release build
Change-Id: I9b028618212f5e2f9fe0f11181d97a9bfe06bf93
2012-12-04 13:54:40 +01:00
..
LibreOfficeAndroid.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeAndroidX86.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeiOS.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
LibreOfficeLinux.conf --without-system-libpng for "universal" Linux builds 2012-12-03 13:34:05 +01:00
LibreOfficeMacOSX.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeMinGW.conf Update to be able to at least start the MinGW build again. 2012-11-25 12:46:50 +01:00
LibreOfficeOpenBSD.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeWin32.conf Change some default config for Windows release build 2012-12-04 13:54:40 +01:00
LibreOfficeWin64.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
OxygenOfficeLinux.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
OxygenOfficeWin32.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
README

Pre-canned distribution / platform configurations

When the software is configured for a platform, since we run on so
many platforms, detecting the best sequence of configure options to
get it building is hard.

Instead we have a text file containing the recommended (often the
distributed) version of these parameters, one per distribution or
significant platform. These are interpreted by autogen.sh and
eventually end up passed to configure. Thus:

./autogen.sh --with-distro=LibreOfficeAndroid

might build a version tweaked for Android.