mirror of https://github.com/nodejs/node.git
23 lines
375 B
Plaintext
23 lines
375 B
Plaintext
|
{
|
||
|
'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',
|
||
|
],
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
}
|