Header file generation not working correctly
Pablo Delado
pablo.delgado at gmx.com
Wed Sep 12 18:28:15 PDT 2012
I am using the d compiler on macosx and when I attempt to
generate header files the d compiler simply copies the contents
of my d files into the di files instead of generating
declarations.
Command that I execute is: dmd -Hd./ -Hftest.di -lib test.d
After speaking with others in the irc I was told that the command
was correct and that I should have generated the required
declarations.
More information about the Digitalmars-d-bugs
mailing list