| # | 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 |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |