/[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 288 by jgs, Fri Dec 2 01:55:04 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)
 finleypy_env.Install(pydir, pyc)  
 finleypy_env.Install(pydir2, pyc)  
23    
24    Default(finleypy_env.Install(pydir, pyc))
25    Default(finleypy_env.Install(pydir2, pyc))
26  if pyinstall != None:  if pyinstall != None:
27    finleypy_env.Install(pyinstall, pyc)    Default(finleypy_env.Install(pyinstall, pyc))

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

  ViewVC Help
Powered by ViewVC 1.1.26