Bug 15479 – COFF: phobos/win64.mak failed to make clean with MODEL=32mscoff

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2015-12-27T01:03:00Z
Last change time
2016-01-07T03:22:33Z
Keywords
pull
Assigned to
nobody
Creator
jiki

Comments

Comment #0 by jiki — 2015-12-27T01:03:28Z
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.
Comment #1 by jiki — 2015-12-27T01:21:20Z
Comment #2 by github-bugzilla — 2015-12-27T08:34:48Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/678e1b46180fc192ec5520899a0c35b0c5934cf8 Issue 15479 - COFF: phobos/win64.mak failed to make clean with MODEL=32mscoff Tweak a call to inner win64.mak with same hack as the others. https://github.com/D-Programming-Language/phobos/commit/13e74e9189a4c7ba1e8f7cd8bfb23055ece6015b Merge pull request #3885 from qchikara/patch-1 Issue 15479 - COFF: phobos/win64.mak failed to make clean with MODEL=…