www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9778] New: RDMD: Support passing resource files to DMD

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



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: -------
Mar 21 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9778


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
         AssignedTo|nobody puremagic.com        |andrej.mitrovich gmail.com
           Severity|normal                      |enhancement



10:16:48 PDT ---
https://github.com/D-Programming-Language/tools/pull/52

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 21 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9778




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


Issue 9778 - Support passing resource files to DMD.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 21 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9778


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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