/[ascend]/trunk/models/johnpye/datareader/SConscript
ViewVC logotype

Diff of /trunk/models/johnpye/datareader/SConscript

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

revision 815 by johnpye, Thu Aug 10 17:08:16 2006 UTC revision 816 by johnpye, Tue Aug 15 14:40:33 2006 UTC
# Line 6  srcs = Split(""" Line 6  srcs = Split("""
6      dr.c      dr.c
7      tmy.c      tmy.c
8      texttable.c      texttable.c
9        sun.c
10  """)  """)
11    
12  dr_env.Append(LIBPATH=['#'])  #dr_env.Append(LIBPATH=['#'])
13  dr_env.Append(LIBS=['ascend','Radtran_c'])  #dr_env.Append(LIBS=['ascend','Radtran_c'])
14  targets = []  targets = []
15  targets.append( dr_env.SharedLibrary("datareader",srcs) )  targets.append( dr_env.SharedLibrary("datareader",srcs) )
16    

Legend:
Removed from v.815  
changed lines
  Added in v.816

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