Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.98 KB

bscmake-reference.md

File metadata and controls

38 lines (24 loc) · 1.98 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: BSCMAKE Reference
BSCMAKE Reference
05/06/2019
BSCMAKE, reference
Microsoft Browse Information Maintenance Utility
browse windows
browse information files (.bsc), building
.bsc files, building
bsc files, building
BSCMAKE
b97ad994-1355-4809-98db-6abc12c6fb13

BSCMAKE Reference

Warning

Although BSCMAKE is still installed with Visual Studio, it is no longer used by the IDE. Since Visual Studio 2008, browse and symbol information is stored automatically in a SQL Server .sdf file in the solution folder.

The Microsoft Browse Information Maintenance Utility (BSCMAKE.EXE) builds a browse information file (.bsc) from .sbr files created during compilation. Certain third-party tools use .bsc files for code analysis.

When you build your program, you can create a browse information file for your program automatically, using BSCMAKE to build the file. You do not need to know how to run BSCMAKE if you create your browse information file in the Visual Studio development environment. However, you may want to read this topic to understand the choices available.

If you build your program outside of the development environment, you can still create a custom .bsc that you can examine in the environment. Run BSCMAKE on the .sbr files that you created during compilation.

Note

You can start this tool only from the Visual Studio Developer command prompt. You cannot start it from a system command prompt or from File Explorer.

This section includes the following topics:

See also

Additional MSVC Build Tools