Chromium Code Reviews| 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..9c4503d09dccbb14888319c8aa9438b50cd51df7 |
| --- /dev/null |
| +++ b/native_client_sdk/src/examples/demo/life/example.dsc |
| @@ -0,0 +1,21 @@ |
| +{ |
| + 'TOOLS': ['newlib', 'glibc', 'pnacl'], |
|
binji
2013/05/23 18:06:49
win, linux?
noelallen1
2013/05/23 22:01:24
I will enable on windows after testing.
|
| + 'TARGETS': [ |
| + { |
| + 'NAME' : 'life', |
| + 'TYPE' : 'main', |
| + 'SOURCES' : [ |
| + 'life.c', |
| + ], |
| + 'DEPS': ['ppapi_simple', 'nacl_io'], |
| + 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] |
| + } |
| + ], |
| + 'DATA': [ |
| + 'example.js', |
| + ], |
| + 'DEST': 'examples/demo', |
| + 'NAME': 'life', |
| + 'TITLE': "Conway's Life", |
| + 'GROUP': 'Demo' |
| +} |