Thread overview | ||||||
---|---|---|---|---|---|---|
|
March 21, 2013 [Issue 9778] New: RDMD: Support passing resource files to DMD | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@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: ------- |
March 21, 2013 [Issue 9778] RDMD: Support passing resource files to DMD | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-03-21 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: ------- |
March 21, 2013 [Issue 9778] RDMD: Support passing resource files to DMD | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9778 --- Comment #2 from github-bugzilla@puremagic.com 2013-03-21 12:58:01 PDT --- 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. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 21, 2013 [Issue 9778] RDMD: Support passing resource files to DMD | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation