/[escript]/branches/ROBW_XPLATFORM/bruce/py_src/SConscript
ViewVC logotype

Diff of /branches/ROBW_XPLATFORM/bruce/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 352 by jgs, Wed Dec 14 02:21:37 2005 UTC
# Line 19  python_src = ['__init__.py', Line 19  python_src = ['__init__.py',
19                'bruce.py']                'bruce.py']
20    
21  pyc = brucepy_env.PyCompile(python_src)  pyc = brucepy_env.PyCompile(python_src)
 brucepy_env.Install(pydir, pyc)  
 brucepy_env.Install(pydir2, pyc)  
22    
23    Default(brucepy_env.Install(pydir, pyc))
24    Default(brucepy_env.Install(pydir2, pyc))
25  if pyinstall != None:  if pyinstall != None:
26    brucepy_env.Install(pyinstall, pyc)    Default(brucepy_env.Install(pyinstall, pyc))

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

  ViewVC Help
Powered by ViewVC 1.1.26