| Index: native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc
|
| diff --git a/native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc b/native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..de8c6a35f77119cf31ed530a592a3a249e1d06f2
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc
|
| @@ -0,0 +1,19 @@
|
| +{
|
| + 'TOOLS': ['newlib', 'glibc', 'pnacl'],
|
| + 'TARGETS': [
|
| + {
|
| + 'NAME' : 'simple_hello_world',
|
| + 'TYPE' : 'main',
|
| + 'SOURCES' : ['hello_world.c'],
|
| + 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread']
|
| + }
|
| + ],
|
| + 'DATA': [
|
| + 'example.js',
|
| + ],
|
| + 'DEST': 'examples/getting_started',
|
| + 'NAME': 'simple_hello_world',
|
| + 'TITLE': 'Hello World (ppapi_simple)',
|
| + 'GROUP': 'Getting Started'
|
| +}
|
| +
|
|
|