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

Diff of /branches/scons-dev/escript/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 107  env.Alias('target_install_escript_header Line 107  env.Alias('target_install_escript_header
107  tmp3 = local_env.Install(local_env['libinstall'], lib)  tmp3 = local_env.Install(local_env['libinstall'], lib)
108  env.Alias('target_install_escript_so', tmp3)  env.Alias('target_install_escript_so', tmp3)
109    
 tmp4 = py_wrapper_local_env.InstallAs(local_env['pyinstall']+'/escript/escriptcpp.so', py_wrapper_lib)  
 env.Alias('target_install_escriptcpp_so', tmp4)  
   
110  #windows specific mod  #windows specific mod
111  if os.name == 'nt':  if os.name == 'nt':
112     py_wrapper_local_env.InstallAs(target = [ local_env['pyinstall']+'/escript/escriptcpp.pyd', \    tmp4 = py_wrapper_local_env.Install(local_env['pyinstall']+'/escript', ['escriptcpp.pyd', 'escriptcpp.lib', 'escriptcpp.exp'])
113                                               local_env['pyinstall']+'/escript/escriptcpp.lib', \  else:
114                                               local_env['pyinstall']+'/escript/escriptcpp.exp' ], \    tmp4 = py_wrapper_local_env.InstallAs(local_env['pyinstall']+'/escript/escriptcpp.so', py_wrapper_lib)
115                           source = py_wrapper_lib)  env.Alias('target_install_escriptcpp_so', tmp4)
116    
117  # export the lib target since tests will depend on it  # export the lib target since tests will depend on it
118  # 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