Inline Files in a Makefile
Home Page (Projects) | Overview (NMAKE Reference) | How Do I... Topics (Projects)
An inline file contains text you specify in the makefile. Its name can be used in commands as input (for example, a LINK command file), or it can pass commands to the operating system. The file is created on disk when a command that creates the file is run.