office-gobmx/scp2
Stephan Bergmann 79e5ee5f69 Isolate PDF Import so it can be made optionally installable
...which can be attractive for installation sets that use --with-system-poppler
but do not want the LO core package to depend on a poppler package.  See the
comment at the top of scp2/source/ooo/module_pdfimport.scp for details.

The build-time --disable-pdfimport configure switch is gone, PDF Import is built
unconditionally for all platforms but Android and iOS now.  (The
ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase
consistency across those variables.)

Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-29 11:36:58 +01:00
..
inc
macros
prj Switch from python to python3 2012-11-27 12:45:23 +01:00
source Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
CustomTarget_langmacros.mk
InstallModule_accessories.mk
InstallModule_activex.mk
InstallModule_base.mk
InstallModule_calc.mk
InstallModule_canvas.mk
InstallModule_crashrep.mk
InstallModule_draw.mk
InstallModule_extensions.mk
InstallModule_gnome.mk
InstallModule_graphicfilter.mk
InstallModule_impress.mk
InstallModule_javafilter.mk
InstallModule_kde.mk
InstallModule_math.mk
InstallModule_onlineupdate.mk
InstallModule_ooo.mk Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
InstallModule_python.mk clean up PYTHON related version etc. variables: 2012-11-27 16:57:19 +01:00
InstallModule_quickstart.mk
InstallModule_sdkoo.mk
InstallModule_smoketest.mk
InstallModule_stdlibs.mk
InstallModule_tde.mk
InstallModule_ure.mk
InstallModule_ure_standalone.mk
InstallModule_windows.mk
InstallModule_winexplorerext.mk
InstallModule_writer.mk
InstallModule_xsltfilter.mk
InstallScript_sdkoo.mk
InstallScript_setup_osl.mk
InstallScript_test.mk
InstallScript_ure.mk
Makefile
Module_scp2.mk
README

SCript Particle installer

This contains code that describes which pieces of the project should
be packaged and installed - it is used to build among other things
a setup_osl.inf or .ins file - that is used by solenv/bin/make_installer.pl
to build the installation.