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