Last change
on this file since 571e0df was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
381 bytes
|
Line | |
---|
1 | {
|
---|
2 | 'defines': [ 'NAPI_CPP_EXCEPTIONS' ],
|
---|
3 | 'cflags!': [ '-fno-exceptions' ],
|
---|
4 | 'cflags_cc!': [ '-fno-exceptions' ],
|
---|
5 | 'msvs_settings': {
|
---|
6 | 'VCCLCompilerTool': {
|
---|
7 | 'ExceptionHandling': 1,
|
---|
8 | 'EnablePREfast': 'true',
|
---|
9 | },
|
---|
10 | },
|
---|
11 | 'xcode_settings': {
|
---|
12 | 'CLANG_CXX_LIBRARY': 'libc++',
|
---|
13 | 'MACOSX_DEPLOYMENT_TARGET': '10.7',
|
---|
14 | 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
|
---|
15 | },
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.