Commit Graph

7 Commits

Author SHA1 Message Date
Michael Stahl
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
Caolán McNamara
17ecf0036d callcatcher: update list, remove newly unused methods 2012-01-24 16:53:56 +00:00
Caolán McNamara
98f84dfaef simplify this 2011-09-17 23:20:46 +01:00
Bjoern Michaelsen
9a9fd548c2 better filter-out uwinapi (in case gb_STDLIBS changes) 2011-09-16 14:31:16 +02:00
Caolán McNamara
5c36b90330 avoid linking to uwinapi here (which gb_STDLIBS contains that anyway) 2011-09-16 11:49:13 +01:00
Norbert Thiebaud
0a97ece91e merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild 2011-09-14 10:10:49 -05:00
Peter Foley
fcb441c468 convert xml2cmp to gbuild 2011-09-12 16:18:52 -05:00