www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15479] New: COFF: phobos/win64.mak failed to make clean with

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 puremagic.com
          Reporter: jiki 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.

--
Dec 26 2015