You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
375 B

{
'targets': [
{
'target_name': 'mdb_v8',
'product_prefix': '',
'type': 'loadable_module',
'cflags': [ '-fPIC' ],
'sources': [
'mdb_v8.c',
'mdb_v8_cfg.c',
'v8cfg.h',
'v8dbg.h',
],
'link_settings': {
'libraries': [
'-lproc',
'-lavl',
],
},
},
],
}