Commit graph

5 commits

Author SHA1 Message Date
Stephan Bergmann
6fb127a62e Replace use_internal_api with use_udk_api etc. where appropriate
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
2012-08-22 15:12:22 +02:00
Tor Lillqvist
8016dced31 Bin MSVC unknown option '-0b0'
It was a typo, supposed to be -Ob0, but as stoc built fine anyway
without that, presumably not needed.

Change-Id: I866bd47c3d53bdf48581a3632d56fb3ac8b2ed5f
2012-05-31 00:03:04 +03: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
David Tardon
b3b76d1abb add $(gb_STDLIBS) to linked libs 2012-03-24 15:23:55 +01:00
David Tardon
d2097ad456 gbuildize stoc 2012-03-12 11:42:50 +01:00