digitalmars.D - Build Hacks
- "Garett Bass" <garettbass studiotekne.com> Dec 23 2005
- clayasaurus <clayasaurus gmail.com> Dec 23 2005
- Brad Anderson <brad dsource.dot.org> Dec 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
Dec 23 2005
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
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









clayasaurus <clayasaurus gmail.com> 