Re: crossplatform C++, #ifdef
Re: crossplatform C++, #ifdef
- Subject: Re: crossplatform C++, #ifdef
- From: Matthew Farrellee <email@hidden>
- Date: Sun, 14 Nov 2004 11:12:22 -0600
On Nov 14, 2004, at 10:59 AM, Finlay Dobbie wrote:
On 14 Nov 2004, at 16:38, Matthew Farrellee wrote:
A "correct" way would probably be to use uname and define your own
platform identifying macros.
But uname returns Darwin on both Darwin and OS X. The former doesn't
have Carbon ;-)
Well, detecting platform and libraries are different issues. You can
use uname to detect the platform, to detect libraries you should look
into using autoconf and other techniques.
Will TARGET_CARBON work? (You might need to define it yourself or
something).
Maybe someone from Apple will comment on this.
matt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden