Parent Directory
|
Revision Log
Added vim 'syntax=python' comments to many SConscript files. Lots more work on the datareader extfn. The testtmy.a4c file requires the file obtained here ('gzip -d' before use) http://rredc.nrel.gov/solar/old_data/nsrdb/tmy2/unix/23161.tm2.Z
1 | Import('env') |
2 | dr_env = env.Copy() |
3 | |
4 | srcs = Split(""" |
5 | datareader.c |
6 | dr.c |
7 | tmy.c |
8 | texttable.c |
9 | """) |
10 | |
11 | dr_env.Append(LIBPATH=['#']) |
12 | dr_env.Append(LIBS=['ascend','Radtran_c']) |
13 | targets = [] |
14 | targets.append( dr_env.SharedLibrary("datareader",srcs) ) |
15 | |
16 | env['extfns'] += targets |
17 | |
18 | # vim: set syntax=python: |
19 |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |