diff options
Diffstat (limited to 'native_client_sdk/src/examples/dlopen/example.dsc')
-rw-r--r-- | native_client_sdk/src/examples/dlopen/example.dsc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/native_client_sdk/src/examples/dlopen/example.dsc b/native_client_sdk/src/examples/dlopen/example.dsc index f1e2d34..141180d 100644 --- a/native_client_sdk/src/examples/dlopen/example.dsc +++ b/native_client_sdk/src/examples/dlopen/example.dsc @@ -17,5 +17,13 @@ ], 'DEST': 'examples', 'NAME': 'dlopen', + 'TITLE': 'Dynamic Library Open', + 'DESC': """ +The dlopen example demonstrates how build dynamic libraries and then +open and use them at runtime. When the page loads, type in a question and +hit enter or click the ASK! button. The question and answer will be +displayed in the page under the text entry box. Shared libraries are only +available with the GLIBC toolchain.""", + 'INFO': 'Teaching focus: Using shared objects' } |