Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 2 rated this helpful - Rate this topic

VC++ Build, Projects, Options Dialog Box

This dialog box allows you to select whether you want the builds of your Visual C++ projects to produce build logs or to time the build process.

Build Logging

True
Turns on generation of the build log file. This option generates BuildLog.htm, which can be found in the project's intermediate files directory. Every fresh build overwrites the previous BuildLog.htm file.
False
Turns off generation of the build log file.

Build Timing

True
Turns on build timing. If selected, the time it takes for the build to complete is posted to the Output window.
False
Turns off build timing.

C/C++ File Extensions

Specifies the extensions of files that will be built with the C or C++ compiler.

To access this dialog box

  1. From the Tools menu, click Options.
  2. Click the Projects folder.
  3. Click the VC++ Build property page.

See Also

Projects, Options Dialog Box | Building Your Program | C/C++ Building Reference

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.