xenia/tools/xenia-run/xenia-run.gypi

28 lines
398 B
Plaintext
Raw Normal View History

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'xenia-run',
'type': 'executable',
'msvs_settings': {
'VCLinkerTool': {
2014-08-09 17:32:16 +00:00
'SubSystem': '2'
},
},
'dependencies': [
'xenia',
],
'include_dirs': [
'.',
],
'sources': [
'xenia-run.cc',
],
},
],
}