www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Build Hacks

reply "Garett Bass" <garettbass studiotekne.com> writes:
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
Dec 23 2005
parent reply "Derek Parnell" <derek psych.ward> writes:
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
Dec 25 2005
parent "Garett Bass" <garettbass studiotekne.com> writes:
Thanks, it wasn't immediately apparent to me what a "ticket" was :) 
Jan 01 2006