From b9713d19e497172739ac0b7dfec3bab5446aa170 Mon Sep 17 00:00:00 2001 From: Jens Ole Wund Date: Sat, 13 Dec 2008 23:04:36 +0000 Subject: adding hint Building on NSIS_Installer fails when path to NSIS tools is not set --- tools/btools.py | 2 ++ 1 file changed, 2 insertions(+) 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+"\"" -- cgit v1.2.3