Starting revival of debugger system. Work on #41.
This commit is contained in:
1
third_party/wslay
vendored
Submodule
1
third_party/wslay
vendored
Submodule
Submodule third_party/wslay added at b3571f1ed2
59
third_party/wslay.gypi
vendored
Normal file
59
third_party/wslay.gypi
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'wslay',
|
||||
'type': '<(library)',
|
||||
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'wslay/lib/includes/',
|
||||
],
|
||||
|
||||
'defines': [
|
||||
'WSLAY_VERSION=1',
|
||||
],
|
||||
|
||||
# libraries: ws2_32 on windows
|
||||
},
|
||||
|
||||
'defines': [
|
||||
'WSLAY_VERSION="1"',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS != "win"', {
|
||||
'defines': [
|
||||
'HAVE_ARPA_INET_H=1',
|
||||
'HAVE_NETINET_IN_H=1',
|
||||
],
|
||||
}],
|
||||
['OS == "win"', {
|
||||
'defines': [
|
||||
'HAVE_WINSOCK2_H=1',
|
||||
'ssize_t=long long',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
'include_dirs': [
|
||||
'wslay/lib/',
|
||||
'wslay/lib/includes/',
|
||||
],
|
||||
|
||||
'sources': [
|
||||
'wslay/lib/includes/wslay/wslay.h',
|
||||
'wslay/lib/wslay_event.c',
|
||||
'wslay/lib/wslay_event.h',
|
||||
'wslay/lib/wslay_frame.c',
|
||||
'wslay/lib/wslay_frame.h',
|
||||
'wslay/lib/wslay_net.c',
|
||||
'wslay/lib/wslay_net.h',
|
||||
'wslay/lib/wslay_queue.c',
|
||||
'wslay/lib/wslay_queue.h',
|
||||
'wslay/lib/wslay_stack.c',
|
||||
'wslay/lib/wslay_stack.h',
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user