Commit graph

8 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
b635ee568c extensions: use CustomTarget makefiles 2012-04-04 11:31:58 +02:00
David Tardon
09888c688e fix building of so_activex (fdo#46847) 2012-03-04 10:32:52 +01:00
David Tardon
e358dc89fe use custom target for copying sources 2012-03-04 10:32:51 +01:00
Michael Stahl
6716631b35 extensions: d'oh, i've pasted C++ emacs modelines in makefiles 2011-12-19 22:09:48 +01:00
Michael Stahl
e1d34f15cc extensions: what is all this realpath stuff doing? 2011-12-19 15:26:33 +01:00
Michael Stahl
c439bc7a4a extensions: tweak activex makefiles 2011-12-18 01:42:41 +01:00
Peter Foley
1841baf54f extensions: convert activex to gbuild 2011-12-18 01:28:13 +01:00