• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © 2017 Eric Engestrom
2# SPDX-License-Identifier: MIT
3
4git_sha1_gen_py = files('git_sha1_gen.py')
5gen_vs_module_defs_py = files('gen_vs_module_defs.py')
6gen_vs_module_defs_normal_command = [
7  prog_python, gen_vs_module_defs_py,
8  '--in_file', '@INPUT@', '--out_file', '@OUTPUT@',
9  '--compiler_abi', cc.get_argument_syntax(),
10  '--compiler_id', cc.get_id(), '--cpu_family', host_machine.cpu_family()
11]
12symbols_check = find_program('symbols-check.py')
13install_megadrivers_py = find_program('install_megadrivers.py')
14install_megadrivers = [
15  install_megadrivers_py.full_path(),
16  '--libname-suffix', libname_suffix,
17]
18