Commit Graph

5 Commits

Author SHA1 Message Date
c923f7d2c2 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)
2012-04-08 01:05:52 +02:00
84b3f7b345 gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
cf2dede213 No need to compile it as Objective-C++ for iOS any more 2012-02-23 23:09:31 +02:00
bf2d6d8d04 Need to compile cppunittester as Objective-C++ for iOS 2012-01-03 11:35:48 +02:00
a9e130ab82 sal: convert to gbuild 2011-12-19 10:14:53 +01:00