What is a good Makefile alternative for windows?
I am compiling a set of C ++ files (.cpp and .h) with cl.exe.
I would prefer not to use the Makefile, since I want to minimize the number of third-party utilities that people will have to create for my application.
Drew J. Sonne.
VisualStudio comes with nmake, which does not require any third-party tools.
MSBuild is a Microsoft build system. This is an XML-based build system used by Visual Studio. If you have Visual C ++ installed, you have MSBuild installed.
Visual Studio - MSBuild, , Visual Studio , ( , Visual Studio ).
, , ++ Windows. Visual Studio, , IDE, devenv.exe/msbuild.exe . Visual Studio, , .
, ++ Windows. IDE, , , , Makefile , , .
Boost, , .jam, , Boost, , bjam, , Boost. bjam , make, , , . bjam, Boost, .
Source: https://habr.com/ru/post/1725016/More articles:How to deal with urllib2 deflated answer? - pythonWhat happened to my factory? - java.erlang file in windows - erlangWCF: Authenticated Token Authentication Using the Basic HTTP Protocol - authenticationHow do I track a Google Alert RSS feed as if itβs happened? - monitoringawk save ouput command for variable - linuxPerformance Question .NET String - performanceDuplicating triple in RDF, authoritative look? - rdfUsing the built-in DLL? - c #Which languages ββother than Python have an explicit self? - pythonAll Articles