To check whether an application is compiled under Wine I should use WINELIB macro, right?
It seems the macro is not defined if I try to check on it in programs/notepad.
Should I define it in the Makefile.in explicitely?
I see that other programs, specifically winhelp, wcmd, progman, use conditional compilation blocks, based on the macro, but I did not find it defined in their Make files.
Sorry for the newbie question, but I'm not sure how this is supposed to work.
Thanks, Andriy Palamarchuk
__________________________________________________ Do You Yahoo!? Got something to say? Say it better with Yahoo! Video Mail http://mail.yahoo.com
Andriy Palamarchuk apa3a@yahoo.com writes:
To check whether an application is compiled under Wine I should use WINELIB macro, right?
It seems the macro is not defined if I try to check on it in programs/notepad.
Should I define it in the Makefile.in explicitely?
If you absolutely need it yes. But in general it's better to do things in a way that doesn't require it, or to fix Wine to avoid the platform differences completely.