[Issue 4683] New: [patch] rdmd: -od clobbers preceeding -of

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 19 16:40:06 PDT 2010


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

           Summary: [patch] rdmd: -od clobbers preceeding -of
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: cbkbbejeap at mailinator.com


--- Comment #0 from Nick Sabalausky <cbkbbejeap at mailinator.com> 2010-08-19 16:40:02 PDT ---
Created an attachment (id=727)
Patch against rdmd r1400

Assuming a program "main.d", and directories "bin/" and "obj/":

> dmd -ofbin\myapp -odobj\ main.d
[Creates "bin\myapp.exe"]

> rdmd -ofbin\myapp -odobj\ main.d
[Creates "obj\main.exe"]

The result is an executable with the wrong name in the wrong directory.

-- 
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