Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcdc!jafo From: jafo@hpfcdc.HP.COM (Sean Reifschneider) Newsgroups: comp.sys.amiga Subject: Re: 2 things: excellence and Manx pre-compiled includes Message-ID: <5500026@hpfcdc.HP.COM> Date: 3 Apr 89 18:19:40 GMT References: <6478@dayton.UUCP> Organization: HP Ft. Collins, Co. Lines: 13 >Next -- has anyone tried pre-compiling one or two of the important .h files > in Manx (such as intuition/intuition.h) and leaving them in on their > disk all the time? I've always had a progname.h that just included my > includes, which I precompile and rarely (if ever) touch again. I usually make a standard .h file for the program that I'm working on (like GO.h) and in my makefile have everything dependant on the .s file (GO.s in this case) which is the pre-compiled file. Then when I put c.lib in RAM:, my compiles go FAST... >-Joe Sean