UI hacking.
This commit is contained in:
20
src/poly/ui/sources.gypi
Normal file
20
src/poly/ui/sources.gypi
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'control.cc',
|
||||
'control.h',
|
||||
'loop.h',
|
||||
'menu_item.cc',
|
||||
'menu_item.h',
|
||||
'ui_event.h',
|
||||
'window.h',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'includes': [
|
||||
'win32/sources.gypi',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user