office-gobmx/solenv
Michael Stahl 0581342a5b gbuild: remove obsolete comment
There is only one PCH since commit "kill gb_NoexPrecompiledHeader"
2bf530153e

Change-Id: I1b31462227df021068e8a6320d0613809d2503bc
2017-09-20 13:08:44 +02:00
..
bin update-for-gettext is no more now 2017-09-15 21:12:59 +01:00
buck
clang-cl
doc/gbuild
gbuild gbuild: remove obsolete comment 2017-09-20 13:08:44 +02:00
gbuildtojson
gcc-wrappers gpg4libre: have gcc-wrapper handle linking properly 2017-09-19 03:22:38 +02:00
gdb solenv: fix GDB pretty-printers for SwNodes yet again 2017-09-15 11:18:24 +02:00
inc
lldb/libreoffice
maven
qa/python
sanitizers
vs
CompilerTest_compilerplugins_clang.mk new loplugin flatten 2017-09-20 12:42:33 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Upgrade to Boost 1.65.1 2017-09-18 21:33:34 +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.