/[escript]/trunk/finley/py_src/SConscript
ViewVC logotype

Diff of /trunk/finley/py_src/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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    

Legend:
Removed from v.682  
changed lines
  Added in v.700

  ViewVC Help
Powered by ViewVC 1.1.26