Bug 9778 – RDMD: Support passing resource files to DMD

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
Windows
Creation time
2013-03-21T10:03:00Z
Last change time
2013-03-21T13:23:38Z
Keywords
pull
Assigned to
andrej.mitrovich
Creator
andrej.mitrovich

Comments

Comment #0 by andrej.mitrovich — 2013-03-21T10:03:56Z
$ rdmd resource.res test.d > Error: cannot read file resource.res.d RDMD should pass resource files directly to DMD, but only if DMD is used (IOW the --compiler switch is unset or set to DMD). GDC for example expects object files built via windres from the resource script.
Comment #1 by andrej.mitrovich — 2013-03-21T10:16:48Z
Comment #2 by github-bugzilla — 2013-03-21T12:58:01Z
Commits pushed to master at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/e164d340a13998ccb109c32a11ae7b021ee6adbc Fixes Issue 9778 - Support passing resource files to DMD. https://github.com/D-Programming-Language/tools/commit/bdabcaecbe14115e8f6a45a8391d63eb997722f4 Merge pull request #52 from AndrejMitrovic/Fix9778 Issue 9778 - Support passing resource files to DMD.