[Libreoffice-commits] core.git: solenv/gbuild

David Ostrovsky david at ostrovsky.org
Sun Feb 24 12:50:52 PST 2013


 solenv/gbuild/gbuild.help.txt |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

New commits:
commit 0e26ed476aacf1c70b82a1806a1281fe98b9e724
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sun Feb 24 21:49:47 2013 +0100

    document generic <class>_<target> idiom in gbuild
    
    Change-Id: I8b746c3786eda42c3c91c104daee2018ba20b975

diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 1cc675a..aeaf16d 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -49,6 +49,38 @@ AVAILABLE TARGETS
        <target>         build gbuild target (such as Library_vbaswobj or
                         CppunitTest_sw_macros_test)
        <target>.clean   clean gbuild target
+       <class>_<target> for all targets and for the following classes:
+       o AllLangResTarget
+       o AllLangZip
+       o CliLibrary
+       o CliNativeLibrary
+       o CliUnoApi
+       o Configuration
+       o CppunitTest
+       o CustomTarget
+       o Dictionary
+       o Executable
+       o Extension
+       o ExternalPackage
+       o ExternalProject
+       o Helper
+       o InstallModule
+       o InstallScript
+       o InternalUnoApi
+       o Jar
+       o JunitTest
+       o Library
+       o Package
+       o Pagein
+       o Pyuno
+       o Rdb
+       o StaticLibrary
+       o UI
+       o UnoApi
+       o UnoApiMerge
+       o UnpackedTarball
+       o WinResTarget
+       o Zip
 
 INTERACTIVE VARIABLES:
        DEBUG / debug   If not empty, build as with --enable-debug.


More information about the Libreoffice-commits mailing list