Bug 492 – Use the fully qualified module name for output files rather than the source file path.
Status
RESOLVED
Resolution
WONTFIX
Severity
enhancement
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-11-09T01:26:05Z
Last change time
2019-05-27T11:53:47Z
Assigned to
Walter Bright
Creator
Bradley Smith
Comments
Comment #0 by digitalmars-com — 2006-11-09T01:26:05Z
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.
Comment #1 by razvan.nitu1305 — 2019-05-27T11:53:47Z
Currently -od simply creates a directory for the object file. Since it is a D1 issue I will close it as WONTFIX. Reopen if this is necessary.