www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6371] New: Small improvements to aid auto-building DMD from git

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6371

           Summary: Small improvements to aid auto-building DMD from git
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: cbkbbejeap mailinator.com



16:57:59 PDT ---
- Smaller issue: sc.ini and dmd.conf should exist in version control

- Currently a big pain in the ass: In dmd's win32.mak, "CC=\dm\bin\dmc" should
be changed to "CC=dmc"

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 23 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6371




17:08:56 PDT ---
Also the pre-built libs should be in version control.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 23 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6371




17:10:03 PDT ---
By "pre-built libs" I don't mean phobos or druntime. Just the other ones for
which the source isn't in git.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 23 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6371




04:49:50 PDT ---
"Currently a big pain in the ass: In dmd's win32.mak, "CC=\dm\bin\dmc" should
be changed to "CC=dmc""

One down. (Yay!) That's now been fixed in:

https://github.com/D-Programming-Language/dmd/pull/414

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 29 2011