Using NMAKE Switches

When building an application outside the Visual C++ development environment, you do so by opening a command prompt and typing NMAKE in the application's directory. This executes the makefile in that directory using the options specified in the BASEMAKE.INC file, assuming that the BASEMAKE environment variable has been set equal to the BASEMAKE.INC file. In addition to the standard set of options available with NMAKE, the Microsoft Exchange Server SDK defines several other options. They include the following switches:

Setting one or more switches on the NMAKE command line invokes that particular option for that one build. All other current settings remain intact.