• Michael Stahl's avatar
    gbuild: "use" vs. "add": · c923f7d2
    Michael Stahl yazdı
    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)
    c923f7d2
Library_unoxml.mk 2.82 KB