Played with making xenia-run a Win32 app, but then logging stops working...

This commit is contained in:
Ben Vanik
2014-01-15 21:58:09 -08:00
parent df90707fe3
commit ffcd687ef6
6 changed files with 39 additions and 2 deletions

View File

@@ -88,3 +88,4 @@ XECLEANUP:
return result_code;
}
XE_MAIN_THUNK(xenia_run, "xenia-run some.xex");
//XE_MAIN_WINDOW_THUNK(xenia_run, XETEXT("xenia-run"), "xenia-run some.xex");

View File

@@ -5,6 +5,12 @@
'target_name': 'xenia-run',
'type': 'executable',
'msvs_settings': {
'VCLinkerTool': {
#'SubSystem': '2'
}
},
'dependencies': [
'xenia',
],