summaryrefslogtreecommitdiff
path: root/svx/Executable_gengal.bin.mk
AgeCommit message (Collapse)Author
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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-02-20Add Emacs mode lineTor Lillqvist
2012-02-20Link with gb_STDLIBS here, tooTor Lillqvist
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-19fix MinGW buildMatúš Kukan
2012-02-19fix windows build, gengal.bin should be gengal.exe there according to scp2Caolán McNamara
2012-02-17make gengal work againRene Engelhard