PDA

View Full Version : What Version of Scons is Currently Being Used to Build NSIS?


Spilly
18th August 2009, 00:46
Where can I find what version of scons is being used to build NSIS? The documentation says 0.96.93 is the only supported version, but since I can't find that revision anywhere I'm hoping a more recent version is utilized.

Thanks!

Anders
18th August 2009, 00:57
I'm using 0.98.3 (was probably the current version when I installed it)

Any version >= 0.96.93 is probably fine if you are compiling with VC6, for newer stuff, you might have to use some workarounds

kichik
18th August 2009, 07:13
I use 1.2.0. If you want MSVS2008+ support, use the latest beta (1.2.0.XXXX).

Spilly
18th August 2009, 17:19
You guys are the best, thanks so much for your help.