15 |
|
|
16 |
local_env.Append(LIBS = [boost_lib, python_lib]) |
local_env.Append(LIBS = [boost_lib, python_lib]) |
17 |
|
|
|
local_env.Append(CPPDEFINES = 'ESYSUTILS_EXPORTS') |
|
18 |
|
|
19 |
lib = local_env.StaticLibrary(lib_name, sources) |
lib = local_env.StaticLibrary(lib_name, sources) |
20 |
|
local_env.Append(CPPDEFINES = 'INTERFACE_STATIC_LIB') |
21 |
#lib = local_env.SharedLibrary(lib_name, sources) |
#lib = local_env.SharedLibrary(lib_name, sources) |
22 |
|
#local_env.Append(CPPDEFINES = 'ESYSUTILS_EXPORTS') |
23 |
|
|
24 |
include_path = Dir(lib_name, incinstall) |
include_path = Dir(lib_name, incinstall) |
25 |
|
|