-op creates spurious directories
Jarrett Billingsley
kb3ctd2 at yahoo.com
Wed Oct 4 21:34:01 PDT 2006
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.
More information about the Digitalmars-d-bugs
mailing list