Beispiel #1
0
def build():
    build_lib(header_info,
              lib_names,
              '_uc480lib',
              __file__,
              token_hooks=(declspec_hook, ),
              ignore_system_headers=True)
def build():
    build_lib(header_info,
              lib_names,
              '_tlccslib',
              __file__,
              token_hooks=(vi_func_hook, ),
              preamble=preamble)
Beispiel #3
0
def build():
    build_lib(header_info,
              lib_names,
              '_kinesislib',
              __file__,
              ignore_system_headers=True,
              preamble=preamble,
              hook_groups='C++')
def build(shortname, sublib):
    ll_module_name = '_{}_lib'.format(shortname)
    header_info, lib_names = make_info(sublib)
    preamble = common_preamble

    # Common DeviceManager library, which doesn't have a header
    if shortname == 'tli':
        header_info = None
        preamble += tli_header_src

    build_lib(header_info, lib_names, ll_module_name, __file__, ignore_system_headers=True,
              preamble=preamble, hook_groups='C++', token_hooks=(scc_hook))
def build(shortname, sublib):
    ll_module_name = '_{}_lib'.format(shortname)
    header_info, lib_names = make_info(sublib)
    preamble = common_preamble

    # Common DeviceManager library, which doesn't have a header
    if shortname == 'tli':
        header_info = None
        preamble += tli_header_src

    build_lib(header_info, lib_names, ll_module_name, __file__, ignore_system_headers=True,
              preamble=preamble, hook_groups='C++', token_hooks=(scc_hook))
Beispiel #6
0
def build():
    build_lib(header_paths, lib_names, '_foolib', __file__)
Beispiel #7
0
def build():
    build_lib(header_info, lib_names, '_nilib', __file__)
Beispiel #8
0
def build():
        build_lib(header_info, lib_names, '_picamlib', __file__,
                  hook_groups=('C++'))
def build():
        build_lib(header_info, lib_names, '_tlccslib', __file__, token_hooks=(vi_func_hook,))
Beispiel #10
0
def build():
    build_lib(header_info,
              lib_names,
              '_pixelflylib',
              __file__,
              token_hooks=(declspec_hook, ))
def build():
    build_lib(header_info, lib_names, '_pixelflylib', __file__, token_hooks=(declspec_hook,))
Beispiel #12
0
def build():
    build_lib(header_info, lib_names, '_uc480lib', __file__, token_hooks=(declspec_hook,),
              ignore_system_headers=True)