Recommendations for the tool on Windows

Does anyone have any recommendations for a good, fast, effective tool? SCons? KJam? Something else?

Cross-platform tools will also be acceptable.

+3
source share
6 answers
  • GNU make is fast, but the native Windows-port is not very polished; there are many reports on how the shell is used to execute your commands. (See "MS-DOS" in the GNU the make manual .)
  • SCons works fine in Windows. In SCons (last time) had serious performance problems in large-scale projects (thousands of files and more), but it was a couple of years ago.
  • CMake - , Visual Studio, , make , Visual Studio.
  • Ant, Make. , 1. . Ant .
  • premake, . , , .
+6

, , Windows? , Cygwin, , GNU make . Linux Unix, GNU make.

+2

- , Ant, Rake, Gant. , GNU, C , .

+1

BJam. - , make.

+1

Windows .Net Framework, MSBuild. nAnt, ( ). , , .

PowerShell. , , . make - , Windows.

+1

C, rtEasyMake www.routinetools.com. .

0
source

All Articles