[Issue 492] New: Use the fully qualified module name for output files rather than the source file path.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 8 23:26:07 PST 2006
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 at digitalmars.com
ReportedBy: digitalmars-com at 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.
--
More information about the Digitalmars-d-bugs
mailing list