Parent Directory
|
Revision Log
|
Patch
revision 682 by robwdcock, Mon Mar 27 02:43:09 2006 UTC | revision 700 by gross, Thu Apr 6 00:13:40 2006 UTC | |
---|---|---|
# | Line 12 pyc = local_env.PyCompile(python_src) | Line 12 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+'/finley', pyc) | local_env.Install(pyinstall+'/finley', pyc) |
15 | ||
16 | # get all the python files in the release tar file | |
17 | release_py = [ env.File("SConscript"), ] + [ env.File(x) for x in python_src ] | |
18 | env.Zip(src_zipfile, release_py) | |
19 | env.Tar(src_tarfile, release_py) | |
20 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |