Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.56 KB

File metadata and controls

69 lines (57 loc) · 2.56 KB
title BSCMAKE Reference | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
BSCMAKE, reference
Microsoft Browse Information Maintenance Utility
browse windows
browse information files (.bsc), building
.bsc files, building
bsc files, building
BSCMAKE
ms.assetid b97ad994-1355-4809-98db-6abc12c6fb13
caps.latest.revision 10
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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 C++ 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

C/C++ Build Tools