Precompiled headers
Precompiled headers
- Subject: Precompiled headers
- From: Glen Low <email@hidden>
- Date: Sat, 31 Jan 2004 23:23:56 +0800
Is there any way to partially compile some C/C++ headers and have them
included in a Xcode 1.1/gcc 3.3 compilation? I know the .pch mechanism
only allows one prefix header to be compiled per compilation, which
means you can't break it down to the different libraries -- however,
the umbrella framework mechanism in OS X has a *-gcc3.p file which
appears to be a partial precompilation of that framework -- (1) is this
the same as a .pch/.gch file, (2) how is this included in the actual
compilation and (3) can I generate this myself for my own frameworks or
set of header files?
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.