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.
34 lines
664 B
34 lines
664 B
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'bcrypt_lib',
|
|
'sources': [
|
|
'src/blowfish.cc',
|
|
'src/bcrypt.cc',
|
|
'src/bcrypt_node.cc'
|
|
],
|
|
'include_dirs' : [
|
|
"<!(node -e \"require('nan')\")"
|
|
],
|
|
'conditions': [
|
|
[ 'OS=="win"', {
|
|
'defines': [
|
|
'uint=unsigned int',
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
{
|
|
"target_name": "action_after_build",
|
|
"type": "none",
|
|
"dependencies": [ "<(module_name)" ],
|
|
"copies": [
|
|
{
|
|
"files": [ "<(PRODUCT_DIR)/<(module_name).node" ],
|
|
"destination": "<(module_path)"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|