Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.46 KB

File metadata and controls

50 lines (44 loc) · 1.46 KB
title Targets | 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
targets, specifying in NMAKE
ms.assetid 826ee849-4278-4c6e-97c3-79a2b5fe6463
caps.latest.revision 6
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

Targets

In a dependency line, specify one or more targets, using any valid filename, directory name, or pseudotarget. Separate multiple targets with one or more spaces or tabs. Targets are not case sensitive. Paths are permitted with filenames. A target cannot exceed 256 characters. If the target preceding the colon is a single character, use a separating space; otherwise, NMAKE interprets the letter-colon combination as a drive specifier.

What do you want to know more about?

Pseudotargets

Multiple targets

Cumulative dependencies

Targets in multiple description blocks

Dependency side effects

See Also

Description Blocks