Parent Directory
|
Revision Log
|
Patch
revision 268 by jgs, Wed Nov 30 01:39:47 2005 UTC | revision 288 by jgs, Fri Dec 2 01:55:04 2005 UTC | |
---|---|---|
# | Line 30 python_src = ['__init__.py', | Line 30 python_src = ['__init__.py', |
30 | ||
31 | pyc = escriptpy_env.PyCompile(python_src) | pyc = escriptpy_env.PyCompile(python_src) |
32 | escriptpy_env.Install(pydir, pyc) | escriptpy_env.Install(pydir, pyc) |
33 | escriptpy_env.Install(pydir2, pyc) | |
34 | ||
35 | if pyinstall != None: | if pyinstall != None: |
36 | escriptpy_env.Install(pyinstall, pyc) | escriptpy_env.Install(pyinstall, pyc) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |