Browser plugin in a single binary

Hi,

I was just wondering if it’s possible to build a browser plugin for all platform in a single binary ?
I know that COM stuff can be embedded in any other Win32 DLL (PE file), but I wonder if it’s possible to embed Mach-O code in the same binary ?

Well, after a lot of googling, it’s possible with Tiger as Tiger supports PE binary too.

However, it’s not the case with previous versions, so I guess, we’ll still have to build different versions for each OS / Browser.

Interesting, though you’d still need to provide a different installer for each OS, so I can’t really see how it’d help to have a single exe. (And it’d double your download size, of course)