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: Scott Ribe <email@hidden>
- Date: Thu, 14 Jul 2011 12:50:00 -0600
On Jul 13, 2011, at 9:48 PM, Jim Wintermyre wrote:
> 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.
The latter, because you will never be able to compile straight C as long as you're including headers with C++ stuff, regardless of whether or not the headers are precompiled.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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