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