Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / doc / sdk / examples.rst
index a0b567a..4c72b2c 100644 (file)
@@ -124,12 +124,9 @@ all available toolchains::
   make[1]: Leaving directory `pepper_31/examples/api/core'
   make TOOLCHAIN=pnacl
   make[1]: Entering directory `pepper_31/examples/api/core'
-    CXX  pnacl/Debug/core_pnacl.o
-    LINK pnacl/Debug/core.bc
-    FINALIZE pnacl/Debug/core.pexe
-    TRANSLATE pnacl/Debug/core_x86_32.nexe
-    TRANSLATE pnacl/Debug/core_x86_64.nexe
-    TRANSLATE pnacl/Debug/core_arm.nexe
+    CXX  pnacl/Debug/core.o
+    LINK pnacl/Debug/core_unstripped.bc
+    FINALIZE pnacl/Debug/core_unstripped.pexe
     CREATE_NMF pnacl/Debug/core.nmf
   make[1]: Leaving directory `pepper_31/examples/api/core'
   make TOOLCHAIN=linux
@@ -222,8 +219,7 @@ Run the SDK examples as packaged apps
 Each example can also be launched as a packaged app. For more information about
 using Native Client for packaged apps, see :ref:`Packaged appliction
 <distributing_packaged>`.  For general information about packaged apps, see the
-`Chrome apps documentation
-<http://developer.chrome.com/apps/about_apps.html>`_.
+`Chrome apps documentation </apps/about_apps>`_.
 
 Some Pepper features, such as TCP/UDP socket access, are only allowed in
 packaged apps. The examples that use these features must be run as packaged