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

Diff of /trunk/lsod/SConscript

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

revision 427 by johnpye, Tue Apr 4 04:13:34 2006 UTC revision 674 by johnpye, Wed Jun 21 09:29:46 2006 UTC
# Line 2  Import('env') Line 2  Import('env')
2    
3  srcs = ['lsode.f']  srcs = ['lsode.f']
4    
5  env.Library('lsode',srcs)  lsode = env.SharedObject('lsode',srcs)
6    
7    Return('lsode')

Legend:
Removed from v.427  
changed lines
  Added in v.674

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