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

Diff of /trunk/modellib/py_src/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 700 by gross, Thu Apr 6 00:13:40 2006 UTC revision 729 by gross, Mon May 15 03:16:53 2006 UTC
# Line 17  local_env.Install(pyinstall+'/modellib', Line 17  local_env.Install(pyinstall+'/modellib',
17  release_py = [ env.File("SConscript"), ] + [ env.File(x) for x in python_src ]  release_py = [ env.File("SConscript"), ] + [ env.File(x) for x in python_src ]
18  env.Zip(src_zipfile, release_py)  env.Zip(src_zipfile, release_py)
19  env.Tar(src_tarfile, release_py)  env.Tar(src_tarfile, release_py)
20    
21    # Call the unit tests SConscript
22    local_env.SConscript(dirs = ['#/modellib/test/python'], build_dir='#/build/$PLATFORM/modellib/test/python', duplicate=0)
23    

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

  ViewVC Help
Powered by ViewVC 1.1.26