Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!cs.dal.ca!aucs!840445m From: 840445m@aucs.uucp (Alan McKay) Newsgroups: comp.sys.amiga.tech Subject: Lattice precompiled header help Message-ID: <1990Feb22.130237.16719@aucs.uucp> Date: 22 Feb 90 13:02:37 GMT Reply-To: 840445m@aucs.UUCP (Alan McKay) Organization: School of Computer Science, Acadia Univ., Nova Scotia Lines: 10 I am using Lattice's precompiled header files to do just that, and it works great. What I do now is compile all of the system headers that my program uses, as well as my own header files. I compile them all into a file called "include.sym" which I use with the -H compiler option. However, this can be quite bothersome when I am constantly changing my own header files and have to recompile the whole works because of that. I want to be able to precompile the system header files and use -H to bring them in. As well, I want the compiler to bring in my own header files the old way, so that they do not have to be recompiled every time I change them. Is this possible, and if so how can I do it?