Commit Graph

6 Commits

Author SHA1 Message Date
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
84b3f7b345 gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
4b30ec9def fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00
fa2c0b7a64 remove erroneous sfx dependency (thank you Stefan) 2011-10-21 21:14:48 +01:00
cbfaa4dd71 Fix Windows build (missing oleout32 library). 2011-10-21 16:56:52 +02:00
034350a509 String->OUString, with accompanying tests 2011-10-21 10:08:57 +01:00