Skip to content

Commit 955c432

Browse files
committed
Merge pull request #206 from hannon235/add-socketio-jsb
Add SocketIO JSBindings
2 parents 04b5298 + 60ce9f8 commit 955c432

File tree

10 files changed

+788
-1
lines changed

10 files changed

+788
-1
lines changed

frameworks/js-bindings/bindings/manual/network/Android.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LOCAL_MODULE := jsb_network_static
77
LOCAL_MODULE_FILENAME := libcocos2dxjsbnetwork
88

99
LOCAL_SRC_FILES := XMLHTTPRequest.cpp \
10-
jsb_websocket.cpp
10+
jsb_websocket.cpp \
11+
jsb_socketio.cpp
1112

1213
LOCAL_CFLAGS := -DCOCOS2D_JAVASCRIPT
1314

0 commit comments

Comments
 (0)