Next Previous Contents

4.9 Running a pre-processor

With -cpp on the command-line, the IDL compiler will do a `pre-wash' of the input by first running a pre-processor over it. Which pre-processor to use is determined as follows:

The options -D and -U can be used to define or `undefine' CPP variables via the command line.

To use the Microsoft Visual C++ compiler as your pre-processor, set the environment variables as follows:

 CPP=cl /nologo /P
 TMPDIR=


Next Previous Contents