office-gobmx/solenv
Caolán McNamara 26c7c10d2d MoreButton is solely used by toolkit
Change-Id: Ieb436b49be3598e316d59a6d89cb211879d061c1
Reviewed-on: https://gerrit.libreoffice.org/61766
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-10-14 22:27:05 +02:00
..
bin sw: create DocxExport instances with an uno constructor 2018-10-12 09:08:45 +02:00
buck
clang-cl
clang-format MoreButton is solely used by toolkit 2018-10-14 22:27:05 +02:00
doc/gbuild Fix TRANPARENT -> TRANSPARENT 2018-09-28 10:21:02 +02:00
gbuild Drop duplicate WINVER and _WIN32_WINNT defines 2018-10-11 00:55:03 +02:00
gbuildtojson
gcc-wrappers
gdb Fix SfxItemSet pretty printer after some uniqueptr conversions 2018-04-04 14:15:41 +02:00
inc Fix TRANPARENT -> TRANSPARENT 2018-09-28 10:21:02 +02:00
lldb/libreoffice
maven
qa/python Moving mysqlc into connectivity as a library 2018-08-24 17:19:51 +02:00
sanitizers TextDirectionListBox is gone now 2018-10-14 15:03:37 +02:00
vs Natvis: add boost::optional 2018-09-17 14:18:20 +02:00
CompilerTest_compilerplugins_clang.mk compilerplugins/clang/test/constfields doesn't work for clang-cl 2018-09-17 23:00:41 +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 changes 2018-09-03 21:59:59 +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.