Share via


Multiple Inline Files

Home Page (Projects)Overview (NMAKE Reference)How Do I... Topics (Projects)

A command can create more than one inline file. The syntax is:

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

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.