PPWIZARD Manual
[Bottom][Contents][Search][Prev]: /**/[Next]: /$Trace

Switch /#INCLUDE:FileList]

This is a PPWIZARD command line switch. You can set up your own default switches in the "PPWIZARD_OPTIONS" environment variable or in project files.

This switch allows you to specify one or more files which should automatically be included before any other file processing takes place. To specify more than one they should be separated by a ';' character (or ':' under unix).

You could use this if you supply a set of macros in header file and supply a batch file to run the preprocessor. You would then not have to require (or request) a user of your header to '#include' it themselves.

Example

    ppwizard  *.it  /output:out\*.htm /CrLf /#Include:Header1.H;Header2.H
    


[Top][Contents][Search][Prev]: /**/[Next]: /$Trace

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am