Re: How do I force prefix file to be precompiled w/C++ compiler?
Re: How do I force prefix file to be precompiled w/C++ compiler?
- Subject: Re: How do I force prefix file to be precompiled w/C++ compiler?
- From: Fritz Anderson <email@hidden>
- Date: Thu, 14 Jul 2011 13:16:43 -0500
On 13 Jul 2011, at 10:48 PM, Jim Wintermyre wrote:
> Oh yeah. I think I knew that in a past life. :) Thanks for the reminder. That won't work for me in this case... the pch needs the C++ compiler to compile at all. So I guess I either need to figure out how to get everything in the project to build when forced to C++, or fix the pch so it can also compile with the straight C compiler.
I don't need to tell you that
#ifdef __cplusplus
is your friend.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden