digitalmars.D - rdmd
- "zeljkog" <zeljkog home.com> Mar 30 2012
I suggest to add following line on top of rdmd main(): compiler = std.path.buildPath(std.path.dirName(args[0]), "dmd");
Mar 30 2012
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








Andrei Alexandrescu <SeeWebsiteForEmail erdani.org>