From: Peter Palotas Newsgroups: comp.os.msdos.djgpp Subject: CPP question. Date: 23 Oct 1997 07:04:02 GMT Organization: None provided Lines: 19 Message-ID: <62mst2$rc0$v@195.26.68.19> NNTP-Posting-Host: 195.26.68.19 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Dj-Gateway: from mailing list djgpp AT delorie DOT com Precedence: bulk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is there some way to make CPP (the macro preprocessor) not include files from included files? i.e. if there's a line #include "file1.h" in the file being preprocessed and file1.h contains a line #include "file2.h", I want the output file only to include file1.h and keeping the '#include "file2.h"' line. I need this, because I want to automatically create a headerfile from several others, but I don't want to include the files that they include. Maybe there is a better way (I'm sure there is) to do this, than using CPP, but I couldn't think of any. -- Peter Palotas alias Blizzar -- blizzar AT hem1 DOT passagen DOT se -- ***************************************************** * A brief description of DJGPP: * * NEVER BEFORE HAS SO FEW DONE SO MUCH FOR SO MANY! * *****************************************************