Commit graph

5 commits

Author SHA1 Message Date
Michael Meeks
fdda178d88 targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
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
Michael Stahl
6716631b35 extensions: d'oh, i've pasted C++ emacs modelines in makefiles 2011-12-19 22:09:48 +01:00
Peter Foley
48bd7b190e extensions: merge Peter Foley's work in olebridge 2011-12-17 18:25:11 +01:00
Michael Stahl
ec0240cffc extensions: convert ole automation bridge to gbuild
Of course not tested at all (WNT only)
2011-12-14 20:10:08 +01:00