Thread overview
Build Hacks
Dec 24, 2005
Garett Bass
Dec 26, 2005
Derek Parnell
Jan 01, 2006
Garett Bass
December 24, 2005
I really love Derek's Build tool.  I started playing
around with it and performed two minor hacks:

1. Build now searches the source directory for
build.cfg in addition to other directories.  This
allows me to customize my build config on a
per-project basis.
(added one line to ProcessBuildConfig())

2. I alphabetized the -help text and made it easier
to read (IMO).

I don't know how to contact Derek, so I thought I'd
offer up my changes here.  Just use my modified
build.d, which you can download here:

http://studiotekne.com/build.d

in place of the one that comes with the
build v.2.09 source distribution, which you can
download here:

http://trac.dsource.org/projects/build/

Regards,
Garett




December 26, 2005
On Sat, 24 Dec 2005 17:33:17 +1100, Garett Bass <garettbass@studiotekne.com> wrote:

> I really love Derek's Build tool.

Thanks.

> I started playing
> around with it and performed two minor hacks:
>
> 1. Build now searches the source directory for
> build.cfg in addition to other directories.  This
> allows me to customize my build config on a
> per-project basis.
> (added one line to ProcessBuildConfig())
>
> 2. I alphabetized the -help text and made it easier
> to read (IMO).


Great ideas. Consider them included in the next release. These had been in the back of my mind for ages.

> I don't know how to contact Derek,

You just did, but try http://trac.dsource.org/projects/build/ next time. There you can enter your requests and updates directly using the 'ticket' system.

-- 
Derek
January 01, 2006
Thanks, it wasn't immediately apparent to me what a "ticket" was :)