Index: native_client_sdk/src/examples/fullscreen_tumbler/example.dsc |
=================================================================== |
--- native_client_sdk/src/examples/fullscreen_tumbler/example.dsc (revision 0) |
+++ native_client_sdk/src/examples/fullscreen_tumbler/example.dsc (revision 0) |
@@ -0,0 +1,38 @@ |
+{ |
+ 'TOOLS': ['newlib', 'glibc'], |
+ 'TARGETS': [ |
+ { |
+ 'NAME' : 'tumbler', |
+ 'TYPE' : 'main', |
+ 'SOURCES' : [ |
+ 'callback.h', |
+ 'cube.cc', |
+ 'cube.h', |
+ 'opengl_context.cc', |
+ 'opengl_context.h', |
+ 'opengl_context_ptrs.h', |
+ 'scripting_bridge.cc', |
+ 'scripting_bridge.h', |
+ 'shader_util.cc', |
+ 'shader_util.h', |
+ 'transforms.cc', |
+ 'transforms.h', |
+ 'tumbler.cc', |
+ 'tumbler.h', |
+ 'tumbler_module.cc' |
+ ], |
+ 'LDFLAGS': ['$(NACL_LDFLAGS)', '-lppapi_gles2'] |
+ } |
+ ], |
+ 'DATA': [ |
+ 'bind.js', |
+ 'check_browser.js', |
+ 'dragger.js', |
+ 'trackball.js', |
+ 'tumbler.js', |
+ 'vector3.js' |
+ ], |
+ 'DEST': 'examples', |
+ 'NAME': 'fullscreen_tumbler', |
+} |
+ |
Property changes on: native_client_sdk/src/examples/fullscreen_tumbler/example.dsc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |