[comp.sys.amiga.tech] Lattice precompiled header help

840445m@aucs.uucp (Alan McKay) (02/22/90)

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?

deven@rpi.edu (Deven T. Corzine) (02/24/90)

On 22 Feb 90 13:02:37 GMT, 840445m@aucs.uucp (Alan McKay) said:

Alan> I want to be able to precompile the system header files and use
Alan> -H to bring them in.  As well, I want the compiler to bring in
Alan> my own header files the old way, so that they do not have to be
Alan> recompiled every time I change them.  Is this possible, and if
Alan> so how can I do it?

Ought to be able to do just that.  -H implies -<something> meaning
don't include an include file twice, so it won't try to include any
files in the precompiled header file, but will do others...

Deven
-- 
Deven T. Corzine        Internet:  deven@rpi.edu, shadow@pawl.rpi.edu
Snail:  2151 12th St. Apt. 4, Troy, NY 12180   Phone:  (518) 274-0327
Bitnet:  deven@rpitsmts, userfxb6@rpitsmts     UUCP:  uunet!rpi!deven
Simple things should be simple and complex things should be possible.