office-gobmx/solenv
David Tardon 4e3dc8c141 remove use of Archive::Zip
Change-Id: I7c1e0057c3c1c0b6be524d1e9ad37357259ebd7c
2016-06-04 08:09:56 +02:00
..
bin remove use of Archive::Zip 2016-06-04 08:09:56 +02:00
buck Add build toolchain to upload LibreOffice API to Maven Central 2015-12-03 23:32:11 +00:00
doc/gbuild Fix typos 2016-01-10 14:17:20 +00:00
gbuild try to avoid 'by-design' solar-mutex deadlock during ci 2016-06-03 00:36:37 +00:00
gcc-wrappers Handle wchar_t as native C++11 type on windows 2016-05-03 19:26:06 +00:00
gdb GDB: pretty-print more sw::mark::MarkBase classes 2016-01-02 03:51:11 +01:00
inc Get rid of _XPMPRIVATE 2016-04-11 14:32:27 +02:00
lldb/libreoffice
maven solenv: clarify maven/buck/jar upload howto 2015-12-20 14:37:58 +01:00
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gcc-wrapper.mk
Makefile
Module_solenv.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.