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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -