source: imaps-frontend/node_modules/node-addon-api/except.gypi@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 560 bytes
RevLine 
[0c6b92a]1{
2 'defines': [ 'NAPI_CPP_EXCEPTIONS' ],
3 'cflags!': [ '-fno-exceptions' ],
4 'cflags_cc!': [ '-fno-exceptions' ],
5 'conditions': [
6 ["OS=='win'", {
7 "defines": [
8 "_HAS_EXCEPTIONS=1"
9 ],
10 "msvs_settings": {
11 "VCCLCompilerTool": {
12 "ExceptionHandling": 1,
13 'EnablePREfast': 'true',
14 },
15 },
16 }],
17 ["OS=='mac'", {
18 'xcode_settings': {
19 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
20 'CLANG_CXX_LIBRARY': 'libc++',
21 'MACOSX_DEPLOYMENT_TARGET': '10.7',
22 },
23 }],
24 ],
25}
Note: See TracBrowser for help on using the repository browser.