Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2007-02-15 20:00:22 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2007-02-15 20:00:22 +0300
commitb5ca98f143a1aee247893a400831e47a1aeee4eb (patch)
tree22d529f78b19df4696433485fb68e0bfb1517614 /tools
parent14e4d46112a07142a04e5b659d6ad81ebc8ba3cb (diff)
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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
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: