mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
29 lines
469 B
Text
29 lines
469 B
Text
|
{
|
||
|
'target_defaults': {
|
||
|
'configurations': {
|
||
|
'Debug': {
|
||
|
'defines': [
|
||
|
'DEBUG',
|
||
|
'_DEBUG',
|
||
|
],
|
||
|
},
|
||
|
'Release': {
|
||
|
'defines': [
|
||
|
'NDEBUG',
|
||
|
],
|
||
|
},
|
||
|
},
|
||
|
'conditions': [
|
||
|
['OS=="win"', {
|
||
|
'target_defaults': {
|
||
|
'msvs_settings': {
|
||
|
'VCCLCompilerTool': {
|
||
|
'ExceptionHandling': '0',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}],
|
||
|
],
|
||
|
}
|
||
|
}
|