Re: 2 win32 build questions

Chris Seawood <[email protected]> Thu, 11 Apr 2002 09:40:07 -0700
Newsgroups gmane.comp.mozilla.builds
Organization Peace and Love, Inc.
Message-ID <[email protected]>
Jonathan Wilson wrote:
> 1.why does mozilla need the visual C++ processor pack?

NSS has standalone asm files which need to be built by ml.exe.

> and 2.does mozilla use any assembler of any kind (in-line, out of line, 
> any processor)?

Yes, NSS has standalone asm files but xptcall and NSPR each use inline 
asm as well.

- cls