Thread overview
[Issue 425] New: dmd compilation generate/leave empty folders.
Oct 10, 2006
d-bugmail
Oct 10, 2006
d-bugmail
Oct 10, 2006
d-bugmail
October 10, 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@digitalmars.com
        ReportedBy: iceelyne@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


-- 

October 10, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=425


lio@lunesu.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #1 from lio@lunesu.com  2006-10-10 03:11 -------
Fixed in 0.169

http://www.digitalmars.com/d/changelog.html#new0169

 * Fixed D.bugs/8605
http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=8605


-- 

October 10, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=425





------- Comment #2 from iceelyne@gmail.com  2006-10-10 03:25 -------
OK, I have upgraded my dmd to .169


--