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