/[escript]/branches/scons-dev/finley/src/SConscript
ViewVC logotype

Diff of /branches/scons-dev/finley/src/SConscript

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

revision 1698 by ksteube, Mon Aug 4 04:54:47 2008 UTC revision 1699 by ksteube, Thu Aug 14 02:38:23 2008 UTC
# Line 157  env.Alias('target_install_finley_headers Line 157  env.Alias('target_install_finley_headers
157    
158  tmp3 = local_env.Install(local_env['libinstall'], lib)  tmp3 = local_env.Install(local_env['libinstall'], lib)
159  env.Alias('target_install_finley_so', tmp3)  env.Alias('target_install_finley_so', tmp3)
 tmp4 = py_wrapper_local_env.InstallAs(local_env['pyinstall']+'/finley/finleycpp.so', py_wrapper_lib)  
 env.Alias('target_install_finleycpp_so', tmp4)  
160    
161  #windows specific mod  #windows specific mod
162  if os.name == 'nt':  if os.name == 'nt':
163     py_wrapper_local_env.InstallAs(target = [ local_env['pyinstall']+'/finley/finleycpp.pyd', \    tmp4 = py_wrapper_local_env.Install(local_env['pyinstall']+'/finley', ['finleycpp.pyd', 'finleycpp.lib', 'finleycpp.exp'])
164                                               local_env['pyinstall']+'/finley/finleycpp.lib', \  else:
165                                               local_env['pyinstall']+'/finley/finleycpp.exp' ], \    tmp4 = py_wrapper_local_env.InstallAs(local_env['pyinstall']+'/finley/finleycpp.so', py_wrapper_lib)
166                           source = py_wrapper_lib )  env.Alias('target_install_finleycpp_so', tmp4)
   
167    
168  # export the lib target since tests will depend on it  # export the lib target since tests will depend on it
169  # the lib target is a list of file nodes (why? win32 produces more than one output file: .lib, .dll, .pdb)  # the lib target is a list of file nodes (why? win32 produces more than one output file: .lib, .dll, .pdb)

Legend:
Removed from v.1698  
changed lines
  Added in v.1699

  ViewVC Help
Powered by ViewVC 1.1.26