[Issue 9778] New: RDMD: Support passing resource files to DMD

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 21 10:03:57 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9778

           Summary: RDMD: Support passing resource files to DMD
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-03-21 10:03:56 PDT ---
$ 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.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list