front_processing/extern/TUIO_PROCESSING/src/compile.sh
author bastiena
Thu, 05 Apr 2012 16:24:40 +0200
changeset 18 a03d6f25c74f
parent 10 925b7ee746e3
permissions -rw-r--r--
Middleware : Personnalized images for gesture showing in debug. Forced images names + default image gesture. Name convention : name of the gesture in lowercase, underscores replacing spaces or -.

#!/bin/sh
javac -Xlint:unchecked -O -source 1.4 -target 1.4 -cp ../library/libTUIO.jar:core.jar TUIO/*.java
jar cfm ../library/TUIO.jar manifest.inc TUIO/*.class
rm -f TUIO/*.class