/[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 383 by jgs, Wed Dec 14 02:21:37 2005 UTC revision 384 by gross, Mon Dec 19 06:11:32 2005 UTC
# Line 16  py_builder = Builder(action = scons_exte Line 16  py_builder = Builder(action = scons_exte
16  finleypy_env.Append(BUILDERS = {'PyCompile' : py_builder});  finleypy_env.Append(BUILDERS = {'PyCompile' : py_builder});
17    
18  python_src = ['__init__.py',  python_src = ['__init__.py',
19                'finley.py']                'finley.py',
20                  'finleybench.py']
21    
22  pyc = finleypy_env.PyCompile(python_src)  pyc = finleypy_env.PyCompile(python_src)
23    

Legend:
Removed from v.383  
changed lines
  Added in v.384

  ViewVC Help
Powered by ViewVC 1.1.26