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.
VC++ Build, Projects, Options Dialog Box
Visual Studio .NET 2003
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
- From the Tools menu, click Options.
- Click the Projects folder.
- Click the VC++ Build property page.
See Also
Projects, Options Dialog Box | Building Your Program | C/C++ Building Reference