QMake is a simply BAT file to help run makefiles.

It uses the Microsoft NMAKE utility.
The 1st parameter specifies the name (without the .MAK extension) of
a make file to use.  NMAKE will be run as follows:
  NMAKE /F <filename>

TTYL
