Index: native_client_sdk/src/examples/websocket/example.dsc |
=================================================================== |
--- native_client_sdk/src/examples/websocket/example.dsc (revision 0) |
+++ native_client_sdk/src/examples/websocket/example.dsc (revision 0) |
@@ -0,0 +1,13 @@ |
+{ |
+ 'TOOLS': ['newlib', 'glibc'], |
+ 'TARGETS': [ |
+ { |
+ 'NAME' : 'websocket', |
+ 'TYPE' : 'main', |
+ 'SOURCES' : ['websocket.cc'] |
+ } |
+ ], |
+ 'DEST': 'examples', |
+ 'NAME': 'websocket', |
+} |
+ |
Property changes on: native_client_sdk/src/examples/websocket/example.dsc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |