Debugger stuff, and changing to vcproj's/sln.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'nop_hid-private.h',
|
||||
'nop_hid.cc',
|
||||
'nop_hid.h',
|
||||
'nop_input_driver.cc',
|
||||
'nop_input_driver.h',
|
||||
],
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'hid-private.h',
|
||||
'hid.cc',
|
||||
'hid.h',
|
||||
'input_driver.cc',
|
||||
'input_driver.h',
|
||||
'input_system.cc',
|
||||
'input_system.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'nop/sources.gypi',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'includes': [
|
||||
'winkey/sources.gypi',
|
||||
'xinput/sources.gypi',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'winkey_hid-private.h',
|
||||
'winkey_hid.cc',
|
||||
'winkey_hid.h',
|
||||
'winkey_input_driver.cc',
|
||||
'winkey_input_driver.h',
|
||||
],
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'xinput_hid-private.h',
|
||||
'xinput_hid.cc',
|
||||
'xinput_hid.h',
|
||||
'xinput_input_driver.cc',
|
||||
'xinput_input_driver.h',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user