mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
28 lines
398 B
Python
28 lines
398 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'xenia-run',
|
|
'type': 'executable',
|
|
|
|
'msvs_settings': {
|
|
'VCLinkerTool': {
|
|
#'SubSystem': '2'
|
|
}
|
|
},
|
|
|
|
'dependencies': [
|
|
'xenia',
|
|
],
|
|
|
|
'include_dirs': [
|
|
'.',
|
|
],
|
|
|
|
'sources': [
|
|
'xenia-run.cc',
|
|
],
|
|
},
|
|
],
|
|
}
|