Why doesn't DMD recreate folder structure when using multiple .d files and -H?

Jordi Sayol g.sayol at yahoo.es
Fri Oct 12 23:09:30 PDT 2012


Al 13/10/12 02:10, En/na Andrej Mitrovic ha escrit:
> For example:
> 
> $ dmd -H -o- atk/Action.d gio/DBusProxy.d -Hdinclude
> 
> Both files are written to the 'include' folder but they're flat
> because the original folder structure is lost. So instead of having:
> 
> include/atk/Action.d
> include/gio/DBusProxy.d
> 
> I have:
> include/Action.d
> include/DBusProxy.d
> 
> The files are completely unusable this way (and this happens
> regardless of -Hd btw).
> I didn't find an open bug report on this, but I think this is worthy
> of an enhancement request.
> 

$ dmd -op -H -o- atk/Action.d gio/DBusProxy.d -Hdinclude
-- 
Jordi Sayol


More information about the Digitalmars-d-learn mailing list