November 09, 2006 [Issue 492] New: Use the fully qualified module name for output files rather than the source file path. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=492 Summary: Use the fully qualified module name for output files rather than the source file path. Product: D Version: 0.173 Platform: PC OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: digitalmars-com@baysmith.com Currently, the source file for a module util.ssb in file source/util/ssb.d will write the object file objects/source/util/ssb.obj if compiled with the -odobjects option. It would be convient to be able to write the object file as objects/util/ssb.obj instead. This would simply require use of the fully qualified module name rather than the source file path. This would allow merging of several source trees into one object tree. This feature also would be useful on the -Dd and -Hd options. -- |
November 26, 2010 [Issue 492] Use the fully qualified module name for output files rather than the source file path. | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=492 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei@metalanguage.com AssignedTo|nobody@puremagic.com |bugzilla@digitalmars.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation