www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10290] New: DMD with -m64 doesn't append .exe to -of option

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



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: -------
Jun 07 2013
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10290


Dmitry Olshansky <dmitry.olsh gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull



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: -------
Oct 20 2013