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