/[ascend]/trunk/pygtk/SConscript
ViewVC logotype

Diff of /trunk/pygtk/SConscript

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

revision 1412 by jpye, Mon Apr 23 02:32:34 2007 UTC revision 1413 by jpye, Tue Apr 24 13:34:35 2007 UTC
# Line 141  if env.get('CAN_INSTALL'): Line 141  if env.get('CAN_INSTALL'):
141      pythonpycs = []      pythonpycs = []
142      for f in pythonfiles:      for f in pythonfiles:
143          pythonpycs.append( env.PYC(f) )          pythonpycs.append( env.PYC(f) )
     print pythonpycs  
144    
145      for f in pythonfiles + pythonpycs:      for f in pythonfiles + pythonpycs:
146          env.InstallShared(env['INSTALL_ROOT']+env['INSTALL_ASCDATA']+"/",f)          env.InstallShared(env['INSTALL_ROOT']+env['INSTALL_ASCDATA']+"/",f)

Legend:
Removed from v.1412  
changed lines
  Added in v.1413

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22