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.