On 2013-06-23 15:33, Rainer Schuetze wrote:

I have removed the dust from these patches and pushed them successfully
through the test suite and unittests:

https://github.com/rainers/dmd/tree/coff32
https://github.com/rainers/druntime/tree/coff32
https://github.com/rainers/phobos/tree/coff32

Compile dmd as usual, but druntime and phobos with something like

druntime:
  make -f win64.mak MODEL=32ms "CC=<path-to-32bit-cl>"
phobos:
  make -f win64.mak MODEL=32ms "CC=<path-to-32bit-cl>"
"AR=<path-to-32bit-lib>"

COFF32 files are generated when -m32ms is used on the command line.

So, you have implemented support for COFF 32bit? How long have you been hiding this :) Although I'm not a Windows user I consider it great news.

--
/Jacob Carlborg

Reply via email to