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: [email protected]
Reporter: [email protected]
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.
--