www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2762] New: DMD does not use the header directory (-Hd)

reply d-bugmail puremagic.com writes:
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.


-- 
Mar 25 2009
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2762


bugzilla digitalmars.com changed:

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





I tried:

dmd -c foo test -Hdtmp

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

for both D1 and D2.


-- 
Mar 27 2009