| Index: native_client_sdk/src/examples/demo/life/example.dsc
|
| diff --git a/native_client_sdk/src/examples/demo/life/example.dsc b/native_client_sdk/src/examples/demo/life/example.dsc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..215cfa8e8b240611a093ababde93c175d989c8cd
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/examples/demo/life/example.dsc
|
| @@ -0,0 +1,18 @@
|
| +{
|
| + 'TOOLS': ['newlib', 'glibc', 'pnacl'],
|
| + 'TARGETS': [
|
| + {
|
| + 'NAME' : 'life',
|
| + 'TYPE' : 'main',
|
| + 'SOURCES' : [
|
| + 'life.c',
|
| + ],
|
| + 'DEPS': ['ppapi_simple', 'nacl_io'],
|
| + 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| + }
|
| + ],
|
| + 'DEST': 'examples/demo',
|
| + 'NAME': 'life',
|
| + 'TITLE': "Conway's Life",
|
| + 'GROUP': 'Demo'
|
| +}
|
|
|