Overview: Creating a MAKEFILE Project

A MAKEFILE project is a command line project in which you tell a build engine the command line to execute. The default command is nmake but you can use any build tool.

The output file that you specify in a MAKEFILE project has no impact on the name that the build script generates; it only declares an intention.