office-gobmx/solenv
Tor Lillqvist 3ca88ff9d8 Revert "We need UNO components from libmswordlo.a"
Nah. We already have
com_sun_star_comp_Writer_DocxExport_get_implementation as it is called
in this branch.

This reverts commit 98deb6e96f.

Change-Id: Ic5db66420db9ef2477df8d9905ba3525f3b57e5b
Reviewed-on: https://gerrit.libreoffice.org/79010
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit cb61889e87)
2019-10-07 15:10:06 +03:00
..
bin Revert "We need UNO components from libmswordlo.a" 2019-10-07 15:10:06 +03:00
buck
clang-cl
clang-format FileControl can be private inside svtools 2019-10-05 19:51:20 +02:00
doc/gbuild
gbuild enable -Wrange-loop-analysis on clang 2019-10-07 09:42:23 +02:00
gbuildtojson
gcc-wrappers
gdb
inc add Silesian (szl) language pack 2019-08-27 14:10:43 +02:00
lldb/libreoffice
maven
qa/python
sanitizers weld OCollectionView 2019-10-04 21:15:03 +02:00
vs
CompilerTest_compilerplugins_clang.mk new loplugin:stringadd 2019-10-02 11:22:27 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Adapt solenv/flatpak-manifest.in to recent download.lst changes 2019-09-11 23:39:04 +02:00
Makefile
Module_solenv.mk
PythonTest_solenv_python.mk
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.