comparison Samples/build-wasm-RtViewer.sh @ 1406:5d7ee14dc1eb

Mouse wheel handler is now OK in SDL and Wasm
author Benjamin Golinvaux <bgo@osimis.io>
date Thu, 30 Apr 2020 00:25:55 +0200
parents dd2b75ee644b
children
comparison
equal deleted inserted replaced
1405:e4fe346c021e 1406:5d7ee14dc1eb
1 #!/bin/bash 1 #!/bin/bash
2 # 2 #
3 # usage: 3 # usage:
4 # to build the sample in Debug: 4 # to build the sample in Debug:
5 # ./build-wasm-SingleFrameViewer.sh 5 # ./build-wasm-RtViewer.sh
6 # 6 #
7 # to build the sample in Debug: 7 # to build the sample in Debug:
8 # ./build-wasm-SingleFrameViewer.sh Release 8 # ./build-wasm-RtViewer.sh Release
9 9
10 set -e 10 set -e
11 11
12 if [ ! -d "WebAssembly" ]; then 12 if [ ! -d "WebAssembly" ]; then
13 echo "This script must be run from the Samples folder one level below orthanc-stone" 13 echo "This script must be run from the Samples folder one level below orthanc-stone"