Platform SDK: Tools

Setting Targets

WIN32.MAK includes the following macros that control the type of target that is built. Set these macros in your makefile prior to including WIN32.MAK or set them as environment variables.

In addition, you may set one of these values to 1 on the NMAKE command line or as an environment variable.

For example, the following command line specifies that no debugging information should be included in the output files:

nmake NODEBUG=1