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

2010-04-24 Thread Nicola Pero
Thanks Chris excellent contribution - we definitely want to support the .pch extension for precompiled headers! :-) I have applied to trunk a slight different patch (in attach for your interest) which is simpler and supports any possible extension for precompiled headers. In practice, I si

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

2010-04-23 Thread Chris Corbyn
I've patched in support for the .pch extension for precompiled headers as used by Xcode. I believe I've also corrected a typo for OBJCC precompiled headers, which was missing a dot in the file extension. gnustep-make-2.2.0.patch Description: Binary data This is working nicely for me. I ca