front_processing/extern/TUIO_PROCESSING/src/compile.sh
author bastiena
Fri, 06 Apr 2012 11:48:00 +0200
changeset 24 2bdf5d51d434
parent 10 925b7ee746e3
permissions -rw-r--r--
Front IDILL : TuioPoint class header modified in order to manage 3D points TuioContainer class header modified in order to manage 3D points TuioCursor class header modified in order to manage 3D points TuioClient class header modified in order to manage 3D points TuioClient class modified in order to manage 3D points client class header modified in order to manage 3D points client class modified in order to manage 3D points
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
925b7ee746e3 Front Processing :
bastiena
parents: 9
diff changeset
     1
#!/bin/sh
4
f4e52a4c34b3 Removing jars and cs unused classes.
bastiena
parents:
diff changeset
     2
javac -Xlint:unchecked -O -source 1.4 -target 1.4 -cp ../library/libTUIO.jar:core.jar TUIO/*.java
f4e52a4c34b3 Removing jars and cs unused classes.
bastiena
parents:
diff changeset
     3
jar cfm ../library/TUIO.jar manifest.inc TUIO/*.class
f4e52a4c34b3 Removing jars and cs unused classes.
bastiena
parents:
diff changeset
     4
rm -f TUIO/*.class