Commit graph

6 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
Matúš Kukan
058723356d accessibility: use CustomTarget makefiles 2012-03-31 22:49:30 +02:00
Peter Foley
c61d62d70a fix gbuildified accessibilty on windows 2011-12-24 10:32:03 -05:00
David Tardon
636a8f2943 use generated java source 2011-12-23 16:43:03 +01:00
David Tardon
f75d68b30d avoid copying hack 2011-12-23 16:43:02 +01:00
David Tardon
24585e1bf1 convert windows-specific bits, part 1: jars 2011-12-23 16:43:00 +01:00