Home Page (Projects) | Overviews | How Do I... Topics | NMAKE Reference
Any project workspace can have more than one project configuration. Instead of selecting each project configuration in turn and building it as the active configuration using the Build project command on the Build menu, you can select multiple project configurations and build them all.
Build multiple project configurations
Stop building multiple projects
To build multiple project configurations
Note The results for each project configuration are separated in the Output window by a line containing the name of the project configuration being built.
To stop building multiple projects
Visual C++ stops the currently executing rule if possible; otherwise, it stops the build as soon as the currently executing rule finishes. The build of the project configuration currently in progress ends. A message box appears, asking if you wish to continue building the remaining project configurations. If you click Yes, then the batch build continues from the next configuration in the list. If you click No, then the entire batch build is stopped.