Building on Win2K

Kevin Ryde user42@zip.com.au
Fri, 22 Nov 2002 09:54:34 +1000


"Brian Gladman" <brg@gladman.plus.com> writes:
>
> I have also converted a lot of the pentium assembler stuff to Intel format
> so that NASM can be used to add these faster routines (it is easy to add
> NASM to VC++).

I wonder if it's possible to build a version of gas that spits out
.obj (intel OMF) and which would work with msvc.

Or maybe the mingw objcopy can convert coff (or whatever it is mingw
uses) to the right form.

Might be troublesome to get going, but could save some manual editing.