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

Diff of /trunk/models/johnpye/brent/SConscript

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

revision 1596 by jpye, Sat Mar 31 02:41:26 2007 UTC revision 1597 by jpye, Fri Aug 17 05:26:05 2007 UTC
# Line 7  srcs = Split(""" Line 7  srcs = Split("""
7    
8  brent_env.Append(LIBPATH=['#'])  brent_env.Append(LIBPATH=['#'])
9  brent_env.Append(LIBS=['ascend'])  brent_env.Append(LIBS=['ascend'])
 targets = []  
 targets.append( brent_env.SharedLibrary("brent",srcs) )  
10    
11  env['extfns'] += targets  lib = brent_env.SharedLibrary("brent",srcs
12        ,SHLIBSUFFIX = env['EXTLIB_SUFFIX']
13        ,SHLIBPREFIX = env['EXTLIB_PREFIX']
14    )
15    
16    env['extfns'] += [lib]
17    
18  # vim: set syntax=python:  # vim: set syntax=python:

Legend:
Removed from v.1596  
changed lines
  Added in v.1597

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