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

Contents of /trunk/models/johnpye/datareader/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 824 - (show annotations) (download)
Thu Aug 17 16:30:24 2006 UTC (18 years, 2 months ago) by johnpye
File size: 290 byte(s)
bumped version to 0.9.5.97
added error message when datareader file not found in search path
fixed datareader linkage for Windows.
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 sun.c
10 """)
11
12 dr_env.Append(LIBPATH=['#'])
13 dr_env.Append(LIBS=['ascend'])
14 targets = []
15 targets.append( dr_env.SharedLibrary("datareader",srcs) )
16
17 env['extfns'] += targets
18
19 # vim: set syntax=python:
20

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