c++ - Native Makefile alternative for windows -
What is a good alternative to makefiles on Windows?
I am compiling collections of C ++ files (.CPP and .h) using CL.XE
I did not want to use makefiles, because I want to reduce the amount of third party utilities, people will need to create my application.
Drew J Gold
Visual Studio comes with NMK, for which no third party tool will be required.
Comments
Post a Comment