Porting Application to MacOS X

Dimitrie O. Paun dpaun at rogers.com
Thu Jun 3 13:16:22 CDT 2004


On Thu, Jun 03, 2004 at 08:18:46AM +0100, saneh gupta wrote:
> I need my application to be independent of any other
> binary (like wine) - so, once linked with the required
> wine-libraries it should just run on any MacOS X
> machine i.e. no dependency on wine
> binary/installation. Is this possible?

No, it's not. A windows application uses a bunch of DLLs
that you'll need those around, so you need wine.

> I would also
> like to use my own makefile for linking in my
> application with the wine libraries. Is ths fine?

Of course, you can use your own Makefiles.

-- 
Dimi.




More information about the wine-devel mailing list