Quote Originally Posted by khh View Post
And there is a makefile tool for windows, nmake. Though you do need a custom makefile.
Then what good is that? make files are designed for UNIX based systems. If you're making an nmake file, it will ONLY work on Windows, and that's not the point of a make file.