digitalmars.D - rdmd
- zeljkog (2/2) Mar 30 2012 I suggest to add following line on top of rdmd main():
- Andrei Alexandrescu (3/5) Mar 30 2012 You may want to make it into a pull request. Thanks!
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