From b5ca98f143a1aee247893a400831e47a1aeee4eb Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Thu, 15 Feb 2007 17:00:22 +0000 Subject: Added windows NSIS installer script to scons. Not pretty, but it works :) To use: Make sure NSIS is in your %PATH% and type 'scons nsis' It doesn't currently compile blender first, so make sure you do a normal 'scons' before this. --- tools/btools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/btools.py b/tools/btools.py index ab74fdf4fe4..0a3e6793137 100755 --- a/tools/btools.py +++ b/tools/btools.py @@ -73,7 +73,7 @@ def print_targets(targs, bc): def validate_targets(targs, bc): valid_list = ['.', 'blender', 'blenderstatic', 'blenderplayer', 'webplugin', 'blendernogame', 'blenderstaticnogame', 'release', - 'everything', 'clean', 'install-bin', 'install'] + 'everything', 'clean', 'install-bin', 'install', 'nsis'] oklist = [] for t in targs: if t in valid_list: -- cgit v1.2.3