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

Diff of /trunk/models/johnpye/extpy/SConscript

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

revision 1596 by johnpye, Thu Dec 21 03:43:11 2006 UTC revision 1597 by jpye, Fri Aug 17 05:26:05 2007 UTC
# Line 14  extfn_env.AppendUnique( Line 14  extfn_env.AppendUnique(
14      ,CPPPATH=[env.get('PYTHON_CPPPATH')]      ,CPPPATH=[env.get('PYTHON_CPPPATH')]
15  )  )
16    
17  targets = []  lib = extfn_env.SharedLibrary("extpy",srcs
18  targets.append( extfn_env.SharedLibrary("extpy",srcs) )      ,SHLIBSUFFIX = env['EXTLIB_SUFFIX']
19        ,SHLIBPREFIX = env['EXTLIB_PREFIX']
20    )
21    
22  # To run the test, type  # To run the test, type
23  #     ascdev johnpye/extpy/extpytest.py  #     ascdev johnpye/extpy/extpytest.py
24    
25  # Return the targs  # Return the targs
26  env['extfns'] += targets  env['extfns'] += [lib]
27    
28  # vim: set syntax=python:  # vim: set syntax=python:
29    

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

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