Am Mittwoch, 18.06.03 um 11:12 Uhr schrieb Andrea Riciputi:
What exactly fixprecomps is supposed to do?
It creates new precompiled headers (.p files). Precompiled headers are
a Apple-only technology at the moment. They speed up compilation time
substantially, especially for big header constructs like Cocoa.h and
similar.
Drawback is, even a small difference in the prerequisites makes them
unusable. The compiler automatically switches back to use the not
precompiled headers, then.
I've not found any documentation about it...
See the ProjectBuilder User list's archives, Apples gcc manual (-p
option) and probably the ProjectBuilder docs. "PFE" is the
next-generation version of this technology.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
scitech mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/scitech
Do not post admin requests to the list. They will be ignored.