Parent Directory
|
Revision Log
|
Patch
revision 797 by gross, Mon May 15 03:16:53 2006 UTC | revision 798 by gross, Fri Aug 4 01:05:36 2006 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+'/modellib', pyc) | local_env.Install(pyinstall+'/modellib', 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 |