'Make' is not recognized as an internal or external command, operable program or batch file.
The above message is what I get when trying to run the make command from cmd. I've already tried including the location of make.exe(via mingw) to the path environment variable, double checked to make sure there were no formatting errors, and made sure that the registry type of the path key was set to REG_EXPAND_SZ (which fixed the earlier problem I had with 'qmake').
Everything I tried has failed so far, if anyone can offer any further insight into my problem, that would be awesome!
The path of the make.exe is through C:\MinGW\msys\1.0\bin\make.exe