29 lines
421 B
Python
29 lines
421 B
Python
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'xenia-compare',
|
|
'type': 'executable',
|
|
|
|
'msvs_settings': {
|
|
'VCLinkerTool': {
|
|
'SubSystem': '1'
|
|
},
|
|
},
|
|
|
|
'dependencies': [
|
|
'xdb',
|
|
'xenia',
|
|
],
|
|
|
|
'include_dirs': [
|
|
'.',
|
|
],
|
|
|
|
'sources': [
|
|
'xenia-compare.cc',
|
|
],
|
|
},
|
|
],
|
|
}
|