gbuild: "use" vs. "add":
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)
This commit is contained in:
@@ -31,7 +31,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,cppu_test_cppumaker, \
|
||||
cppu/qa/cppumaker/test_cppumaker \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_linked_libs,cppu_test_cppumaker, \
|
||||
$(eval $(call gb_CppunitTest_use_libraries,cppu_test_cppumaker, \
|
||||
cppu \
|
||||
sal \
|
||||
$(gb_STDLIBS) \
|
||||
|
Reference in New Issue
Block a user