office-gobmx/solenv
Stephan Bergmann edc7a6692c Disable PythonTest_solenv_python on Windows for now
...causes all gerrit/jenkins Windows builds to fail in test_gbuildtoide; Björn
to investigate...

Change-Id: I90f95e4a91f40835d2b2d9c67a6473b95fb81597
2016-10-14 16:22:10 +02:00
..
bin installoffice{,_impress}.oxt seem to be long dead code 2016-10-13 09:03:47 +00:00
buck
doc/gbuild
gbuild add gbuildtoide support for exes 2016-10-14 01:07:48 +02:00
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python tearDown/clean up solenv test tempdir 2016-10-14 01:07:51 +02:00
sanitizers
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gcc-wrapper.mk
Makefile
Module_solenv.mk Disable PythonTest_solenv_python on Windows for now 2016-10-14 16:22:10 +02:00
PythonTest_solenv_python.mk add initial json export for gbuild data 2016-10-13 09:02:25 +00:00
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.