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