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) |