Refactoring window stuff. Still needs some work.
This commit is contained in:
18
src/xenia/ui/sources.gypi
Normal file
18
src/xenia/ui/sources.gypi
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'menu_item.cc',
|
||||
'menu_item.h',
|
||||
'ui_event.h',
|
||||
'window.cc',
|
||||
'window.h',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'includes': [
|
||||
'win32/sources.gypi',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user