Parent Directory
|
Revision Log
|
Patch
revision 322 by jgs, Tue Dec 6 04:53:30 2005 UTC | revision 352 by jgs, Wed Dec 14 02:21:37 2005 UTC | |
---|---|---|
# | Line 30 python_src = ['__init__.py', | Line 30 python_src = ['__init__.py', |
30 | 'util.py'] | 'util.py'] |
31 | ||
32 | pyc = escriptpy_env.PyCompile(python_src) | pyc = escriptpy_env.PyCompile(python_src) |
escriptpy_env.Install(pydir, pyc) | ||
escriptpy_env.Install(pydir2, pyc) | ||
33 | ||
34 | Default(escriptpy_env.Install(pydir, pyc)) | |
35 | Default(escriptpy_env.Install(pydir2, pyc)) | |
36 | if pyinstall != None: | if pyinstall != None: |
37 | escriptpy_env.Install(pyinstall, pyc) | Default(escriptpy_env.Install(pyinstall, pyc)) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |