Parent Directory
|
Revision Log
|
Patch
revision 1147 by ksteube, Wed May 16 06:39:11 2007 UTC | revision 1381 by gross, Wed Jan 9 07:59:15 2008 UTC | |
---|---|---|
# | Line 10 python_src = [x for x in filenames if os | Line 10 python_src = [x for x in filenames if os |
10 | ||
11 | pyc = local_env.PyCompile(python_src) | pyc = local_env.PyCompile(python_src) |
12 | ||
13 | # local_env.Depends(pyc, dep_lib) | local_env.Depends(pyc, dep_lib) |
14 | local_env.Install(pyinstall+'/pyvisi', pyc) | local_env.Install(pyinstall+'/pyvisi', pyc) |
15 | ||
16 | # get all the python files in the release tar file | # get all the python files in the release tar file |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |