Commit graph

6 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
Tor Lillqvist
0ae63492f5 Add Emacs mode line 2012-02-20 10:49:39 +02:00
Tor Lillqvist
f34b1dc961 Link with gb_STDLIBS here, too
Would it perhaps have been better to always link with gb_STDLIBS
without having to mention it in each Library_*.mk and Executable_*.mk?
And then for those few exceptions come up with some "No STDLIBS,
thanks" thing?
2012-02-20 10:46:54 +02:00
Matúš Kukan
e5147229c7 fix MinGW build 2012-02-19 19:49:57 +01:00
Caolán McNamara
998e2a6497 fix windows build, gengal.bin should be gengal.exe there according to scp2 2012-02-19 15:51:34 +00:00
Rene Engelhard
d40a7f18a8 make gengal work again 2012-02-17 16:40:47 +01:00