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. --- release/windows/installer/00.sconsblender.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/windows') diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi index 70c2a845c12..4e604f40a6e 100644 --- a/release/windows/installer/00.sconsblender.nsi +++ b/release/windows/installer/00.sconsblender.nsi @@ -248,6 +248,8 @@ Section "Blender-VERSION (required)" SecCopyUI [SCRIPTCONTS] SetOutPath $BLENDERHOME\.blender\scripts\bpymodules [SCRIPTMODCONTS] + SetOutPath $BLENDERHOME\.blender\scripts\bpymodules\colladaImEx + [SCRIPTMODCOLLADACONT] SetOutPath $BLENDERHOME\.blender\scripts\bpydata [SCRIPTDATACONTS] SetOutPath $BLENDERHOME\.blender\scripts\bpydata\config -- cgit v1.2.3