17 |
|
|
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) |
# NOTE: to use this you need to edit system_dep.h |
22 |
|
# to switch on the declspecs. |
23 |
#local_env.Append(CPPDEFINES = 'ESYSUTILS_EXPORTS') |
#local_env.Append(CPPDEFINES = 'ESYSUTILS_EXPORTS') |
24 |
|
#lib = local_env.SharedLibrary(lib_name, sources) |
25 |
|
|
26 |
include_path = Dir(lib_name, incinstall) |
include_path = Dir(lib_name, incinstall) |
27 |
|
|