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
next sibling parent clayasaurus <clayasaurus gmail.com> writes:
Garett Bass wrote:
 I don't know how to contact Derek,...
He'll probably see it here, or you can post in his build forum http://dsource.org/forums/viewforum.php?f=52
Dec 23 2005
prev sibling parent Brad Anderson <brad dsource.dot.org> writes:
Garett Bass wrote:
 I don't know how to contact Derek, so I thought I'd
 offer up my changes here.  
Either that, or you can add a ticket (of type 'enhancement') to his Trac environment at dsource.org: http://trac.dsource.org/projects/build/newticket You can even attach your patch (a SVN diff), or just build.d Cheers, Brad
Dec 24 2005