front_processing/extern/TUIO_PROCESSING/src/compile.sh
author bastiena
Mon, 02 Apr 2012 16:30:56 +0200
changeset 15 4b78f179e7ce
parent 10 925b7ee746e3
permissions -rw-r--r--
Middleware : segmentation of Middleware between 4 modules : Communication Debug Tracking MainModule I chose to integer the events in the mainModule, so I can use them to send data to Debug and Communication. Soon DLLs will be copied to a main root folder "lib".
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