hello gyp


 {
    'targets': [
      {
        'target_name': 'hello',
        'type': 'executable',
        'msvs_guid': '5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65',#随便填
        'sources': ['main.cc',],
 },
    ],
'target_defaults': {
    'configurations': {
'Debug': {
'defines': 'DEBUG',
'msvs_settings': {
'VCCLCompilerTool': {
'DebugInformationFormat': '3',#此处的定义 根据sln中格式
'Optimization': '0',#此处的定义 根据sln中<tool>格式
'conditions': [
['OS=="win"', {
'RuntimeLibrary': '3',  # /MDd
}, {
'RuntimeLibrary': '1',  # /MTd
}
],
],
},
'VCLinkerTool': {
'LinkIncremental': '2',
# For future reference, the stack size needs to be increased
# when building for Windows 64-bit, otherwise some test cases
# can cause stack overflow.
# 'StackReserveSize': '297152',
},
},
},  # Debug
'Release': {
},  # Release
},  # configurations
},  # target_defaults
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值