I have Windows 7 and tried to use the \'make\' command but \'make\' is not recognized as an internal or external command.
I did Start -> cmd -> run ->
Start -> cmd -> run ->
'make' is a command for UNIX/Linux. Instead of it, use 'nmake' command in MS Windows. Or you'd better use an emulator like CYGWIN.