What to add to GNUmakefile to compile with a .pch file from Xcode?

2010-04-24 Thread Chris Corbyn
Hi, I'm trying to make sure my Xcode project builds in both Xcode and GNUStep. It contains a .pch file containing common includes, which is required to be prefixed to every file compiled during the build. When I add it to the XXX_OBJC_PRECOMPILED_HEADERS as so:

What to add to GNUmakefile to compile with a .pch file that came from Xcode project?

2010-04-23 Thread Chris Corbyn
Hi, I'm trying to make sure my Xcode project builds in both Xcode and GNUStep. It contains a .pch file containing common includes, which is required to be prefixed to every file compiled during the build. When I add it to the XXX_OBJC_PRECOMPILED_HEADERS as so:

[Patched] What to add to GNUmakefile to compile with a .pch file that came from Xcode project?

2010-04-23 Thread Chris Corbyn
can use .pch extension or a .h extension; it will do both. For now I'll stick to .h until this patch finds its way into the main project. e: ch...@w3style.co.uk t (en): http://twitter.com/d11wtq t (it): http://twitter.com/cosadici Il giorno 24/apr/2010, alle ore 10.11, Chris Corbyn ha scritto