/qmakedep Compiler Option

Syntax: Default:
/qmakedep None.

Use /qmakedep to generate make file information and output it to a dependencies (.u) file. This information can then be used by the NMAKE utility.

An example of the output format is as follows:

myprog.obj: myprog.c

myprog.obj: C:\ibmcppw\include\stdio.h

myprog.obj: C:\ibmcppw\include\stdlib.h

By default, this information is not generated.



Summary of Compiler Options