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
diff options
context:
space:
mode:
authorJens Ole Wund <bjornmose@gmx.net>2008-12-14 02:04:36 +0300
committerJens Ole Wund <bjornmose@gmx.net>2008-12-14 02:04:36 +0300
commitb9713d19e497172739ac0b7dfec3bab5446aa170 (patch)
treec0296027a90eba7c879bcfcf45a309c7a88f4506
parentf8aa295596c7ed043ad108301cc46817b0120602 (diff)
adding hint
Building on NSIS_Installer fails when path to NSIS tools is not set
-rwxr-xr-xtools/btools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index e07b6184abc..e362bc70cfa 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -555,8 +555,10 @@ def NSIS_Installer(target=None, source=None, env=None):
new_nsis = open(tmpnsi, 'w')
new_nsis.write(ns_cnt)
new_nsis.close()
+ print "Preparing nsis file looks ok\n"
os.chdir(start_dir)
+ print "try to lauch makensis ...make sure it is on the path \n"
cmdline = "makensis " + "\""+tmpnsi+"\""