c923f7d2c2
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) |
||
---|---|---|
.. | ||
inc/cppuhelper | ||
prj | ||
qa | ||
source | ||
test | ||
unotypes | ||
CppunitTest_cppuhelper_cppu_ifcontainer.mk | ||
CppunitTest_cppuhelper_cppu_unourl.mk | ||
CppunitTest_cppuhelper_qa_weak.mk | ||
Library_cppuhelper.mk | ||
Makefile | ||
Module_cppuhelper.mk | ||
Package_findsofficepath.mk | ||
Package_inc.mk | ||
Package_unorc.mk | ||
Package_unotypes.mk | ||
README |
Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running. See also: [http://wiki.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]