[Issue 425] New: dmd compilation generate/leave empty folders.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 10 01:07:48 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=425

           Summary: dmd compilation generate/leave empty folders.
           Product: D
           Version: 0.168
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: iceelyne at gmail.com


sample.d:

import std.stdio;
void main() {
writefln("test");
}

try compiling sample.d,
using build, (actually by the cammand ...\dmd.exe -c @sample.rsp),
this would leave a empty folder "std", "std\c" ...

this happened when i upgrade the dmd from .167 to .168
only tested on win svr 2003


-- 




More information about the Digitalmars-d-bugs mailing list