Multiple Pre-Compiled Headers?
Multiple Pre-Compiled Headers?
- Subject: Multiple Pre-Compiled Headers?
- From: "Jason T. Slack-Moehrle" <email@hidden>
- Date: Wed, 30 Jan 2013 08:25:27 -0800
Hello All,
XCode 3.2.6.
I have a large codebase that builds 4 products. Each product has a Pre-Compiled Header.
These PCH's duplicate a lot of defines, settings, etc.
I wanted to separate them out into a common.pch and an appspecific.pch but I tried specifying both in the target settings for 'Prefix Header' and I get an error
I have tried like:
common.pch appspecific.pch
common.pch; appspecific.pch
common.pch, appspecific.pch
and nothing.
Can one 'include' a PCH in a PCH? So the appspecific.pch will #include the common.pch?
Jason
_______________________________________________
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