October 05, 2006 -op creates spurious directories | ||||
---|---|---|---|---|
| ||||
This is just funny. If you use -op on the following file: ----[/dmd/proj/test.d]------ import std.c.windows.windows; void main() { } ---------- DMD will generate the directories /dmd/proj/std/c/windows. It just makes them, and they're empty. I don't think this even warrants a Bugzilla; it's probably just some debug code that got left in in 0.168. |
October 05, 2006 Re: -op creates spurious directories | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jarrett Billingsley | On Thu, 5 Oct 2006 00:34:01 -0400, Jarrett Billingsley wrote: > This is just funny. If you use -op on the following file: > > ----[/dmd/proj/test.d]------ > import std.c.windows.windows; > > void main() > { > > } > ---------- > > DMD will generate the directories /dmd/proj/std/c/windows. It just makes them, and they're empty. > > I don't think this even warrants a Bugzilla; it's probably just some debug code that got left in in 0.168. Thank goodness! I've been trying to find out why Build is suddenly doing this ;-) -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocrity!" 5/10/2006 2:51:34 PM |
Copyright © 1999-2021 by the D Language Foundation