/[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 268 by jgs, Wed Nov 30 01:39:47 2005 UTC revision 288 by jgs, Fri Dec 2 01:55:04 2005 UTC
# Line 20  python_src = ['__init__.py', Line 20  python_src = ['__init__.py',
20    
21  pyc = finleypy_env.PyCompile(python_src)  pyc = finleypy_env.PyCompile(python_src)
22  finleypy_env.Install(pydir, pyc)  finleypy_env.Install(pydir, pyc)
23    finleypy_env.Install(pydir2, pyc)
24    
25  if pyinstall != None:  if pyinstall != None:
26    finleypy_env.Install(pyinstall, pyc)    finleypy_env.Install(pyinstall, pyc)

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

  ViewVC Help
Powered by ViewVC 1.1.26