Building Large Projects

2.1 nmake

The Microsoft Program Maintenance Utility (NMAKE.EXE) is a 32-bit tool that builds projects based on commands contained in a description file. It is an integral part of MS Visual Studio but it can work separately (without installation of MS Visual Studio).

The internal representation of the target and source is close to the UNIX make but there are some proprietary differences incompatible with UNIX make.