changeset 464:33983c2178ba am-touch-events

doc
author Alain Mazy <alain@mazy.be>
date Thu, 07 Feb 2019 09:27:32 +0100
parents 1155d0b4f557
children 6e2f864ef66a
files Applications/Samples/build-wasm.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Applications/Samples/build-wasm.sh	Thu Feb 07 09:26:57 2019 +0100
+++ b/Applications/Samples/build-wasm.sh	Thu Feb 07 09:27:32 2019 +0100
@@ -1,11 +1,11 @@
 #!/bin/bash
 #
 # usage:
-# to build all targets:
+# to build all targets in Debug:
 # ./build-wasm.sh
 #
-# to build a single target:
-# ./build-wasm.sh OrthancStoneSingleFrameEditor
+# to build a single target in release:
+# ./build-wasm.sh OrthancStoneSingleFrameEditor Release
 
 set -e