Should I go for SCONS or CMAKE? Does it matter?
scons/win32 provides more features like packaging and cygwin/mingw supports, but its VS project is slower than cmake's native msvs/nmake project. Generally speaking, scons is used for packaging and general debugging and cmake is used for development. Bo