June 07, 2013 [Issue 10290] New: DMD with -m64 doesn't append .exe to -of option | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10290 Summary: DMD with -m64 doesn't append .exe to -of option Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: dmitry.olsh@gmail.com --- Comment #0 from Dmitry Olshansky <dmitry.olsh@gmail.com> 2013-06-07 04:24:38 PDT --- It's all in the title. This: simple.d --- void main(){} --- compiled as dmd -m64 -ofs64 gives following: s64 s64.obj where s64 is indeed the application but without .exe suffix. dmd -m32 -ofs32 gives the usual: s32.exe s32.obj Seems like a trivial thing but horribly annoying. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2013 [Issue 10290] DMD with -m64 doesn't append .exe to -of option | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dmitry Olshansky | http://d.puremagic.com/issues/show_bug.cgi?id=10290 Dmitry Olshansky <dmitry.olsh@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dmitry Olshansky <dmitry.olsh@gmail.com> 2013-10-20 09:33:18 PDT --- https://github.com/D-Programming-Language/dmd/pull/2686 -- 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