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