[Issue 15479] New: COFF: phobos/win64.mak failed to make clean with MODEL=32mscoff

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Dec 26 17:03:28 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15479

          Issue ID: 15479
           Summary: COFF: phobos/win64.mak failed to make clean with
                    MODEL=32mscoff
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: jiki at red.email.ne.jp

I wonder if COFF support on Win32 is official or not.

cd src\phobos
make -f win64.mak clean MODEL=32mscoff

This doesn't work.

The cause is etc.c.zlib has its own makefile but the tweak with
"MODEL=32mscoff" misses.

I will send a PR.

--


More information about the Digitalmars-d-bugs mailing list