March 25, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2762

           Summary: DMD does not use the header directory (-Hd)
           Product: D
           Version: 1.041
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: benoit@tionex.de


When I run dmd to compile multiple files at once, it does not write the header to the given directory. Instead they are written to where the sources are.


-- 

March 28, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2762


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2009-03-27 21:56 -------
I tried:

dmd -c foo test -Hdtmp

and it created tmp\foo.di and tmp\test.di

for both D1 and D2.


--