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

Contents of /trunk/models/johnpye/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1941 - (show annotations) (download)
Tue Nov 4 03:30:32 2008 UTC (14 years, 6 months ago) by jpye
File size: 231 byte(s)
Example exergy calculation.
Added delta_entropy to atoms.a4l.
Cleaning up some library dependencies issues in build script.
Increased default block size to 64×64 in canvas-based modeller.
1 Import('env')
2
3 subdirs = [
4 'extfn','datareader','brent', 'fprops'
5 ]
6
7 for d in subdirs:
8 env.SConscript(d+'/SConscript',['env']);
9
10 if env.get('WITH_PYTHON'):
11 env.SConscript('extpy/SConscript',['env']);
12
13 # vim: set syntax=python:

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