Skip to content

Latest commit

 

History

History
46 lines (44 loc) · 932 Bytes

File metadata and controls

46 lines (44 loc) · 932 Bytes
title BSCMAKE Exit Codes | 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
exit codes
BSCMAKE, exit codes
ms.assetid 1a5ca9d8-a217-43c8-9780-2a41d458b8c0
caps.latest.revision 7
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 Exit Codes

BSCMAKE returns an exit code (also called a return code or error code) to the operating system or the calling program.

Code Meaning
0 No error
1 Command-line error
4 Fatal error during build

See Also

BSCMAKE Reference