| Index: native_client_sdk/src/examples/demo/life_simd/example.dsc
|
| diff --git a/native_client_sdk/src/examples/demo/life_simd/example.dsc b/native_client_sdk/src/examples/demo/life_simd/example.dsc
|
| index a27736eb20faaf35c2f9c485e08eda9620a0d595..fb1f343dc4e226bb256d3905938de973bd72e78c 100644
|
| --- a/native_client_sdk/src/examples/demo/life_simd/example.dsc
|
| +++ b/native_client_sdk/src/examples/demo/life_simd/example.dsc
|
| @@ -2,17 +2,20 @@
|
| 'TOOLS': ['pnacl'],
|
| 'TARGETS': [
|
| {
|
| - 'NAME' : 'life_simd',
|
| + 'NAME' : 'life',
|
| 'TYPE' : 'main',
|
| 'SOURCES' : [
|
| - 'life.c',
|
| + 'life.cc',
|
| ],
|
| 'DEPS': ['ppapi_simple', 'nacl_io'],
|
| - 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread']
|
| + 'LIBS': ['ppapi_simple', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
| + 'DATA': [
|
| + 'example.js'
|
| + ],
|
| 'DEST': 'examples/demo',
|
| 'NAME': 'life_simd',
|
| - 'TITLE': "Conway's Life (SIMD version)",
|
| + 'TITLE': "Conway's Life",
|
| 'GROUP': 'Demo'
|
| }
|
|
|