www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - rdmd

reply "zeljkog" <zeljkog home.com> writes:
I suggest to add following line on top of rdmd main():

compiler = std.path.buildPath(std.path.dirName(args[0]), "dmd");
Mar 30 2012
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 3/30/12 3:34 PM, zeljkog wrote:
 I suggest to add following line on top of rdmd main():

 compiler = std.path.buildPath(std.path.dirName(args[0]), "dmd");
You may want to make it into a pull request. Thanks! Andrei
Mar 30 2012