Parent Directory
|
Revision Log
|
Patch
revision 268 by jgs, Wed Nov 30 01:39:47 2005 UTC | revision 352 by jgs, Wed Dec 14 02:21:37 2005 UTC | |
---|---|---|
# | Line 19 python_src = ['__init__.py', | Line 19 python_src = ['__init__.py', |
19 | 'finley.py'] | 'finley.py'] |
20 | ||
21 | pyc = finleypy_env.PyCompile(python_src) | pyc = finleypy_env.PyCompile(python_src) |
finleypy_env.Install(pydir, pyc) | ||
22 | ||
23 | Default(finleypy_env.Install(pydir, pyc)) | |
24 | Default(finleypy_env.Install(pydir2, pyc)) | |
25 | if pyinstall != None: | if pyinstall != None: |
26 | finleypy_env.Install(pyinstall, pyc) | Default(finleypy_env.Install(pyinstall, pyc)) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |