Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.12 KB

File metadata and controls

55 lines (50 loc) · 1.12 KB
title Multiple Inline Files | 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
inline files, multiple NMAKE
multiple inline files
NMAKE program, inline files
ms.assetid 6d381dcf-0ed8-45d1-8df3-b4598d860b99
caps.latest.revision 8
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

Multiple Inline Files

A command can create more than one inline file.

Syntax

  
      command << <<  
inlinetext  
<<[KEEP | NOKEEP]  
inlinetext  
<<[KEEP | NOKEEP]  

Remarks

For each file, specify one or more lines of inline text followed by a closing line containing the delimiter. Begin the second file's text on the line following the delimiting line for the first file.

See Also

Inline Files in a Makefile