summaryrefslogtreecommitdiffstats
path: root/cppu/CppunitTest_cppu_test_cppumaker.mk
Commit message (Collapse)AuthorAgeFilesLines
* cppu: use InternalUnoApiMatúš Kukan2012-04-091-4/+3
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-1/+1
| | | | | | | | | 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)
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* cppu: convert to gbuildMatúš Kukan2011-12-191-0/+46
Because of unit tests is here custom target where are idl files processed.