ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/build_utils/install.py
(Generate patch)

Comparing ray/build_utils/install.py (file contents):
Revision 1.4 by schorsch, Sat Mar 5 13:24:58 2016 UTC vs.
Revision 1.5 by schorsch, Tue Apr 19 21:21:23 2016 UTC

# Line 59 | Line 59 | def install_tclscript(target, source, env):
59                                  line = 'set radlib %s\n' % tcllibdir
60                          tf.write(line)
61                  os.chmod(str(t), 00755)
62 +
63 + def build_with_pyinstaller(targets, sources, env):
64 +        workpath = env.Dir('$RAD_BUILDOBJ', 'pybuild') # --workpath @
65 +        specpath = workpath # --specpath @
66 +        # -F   # one-file
67 +        # --noconsole
68 +        pass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines