front_processing/extern/TUIO_JAVA/src/compile.bat
author bastiena
Wed, 01 Aug 2012 12:13:22 +0200
changeset 60 c6daddc7415a
parent 10 925b7ee746e3
permissions -rw-r--r--
MID: The stick figure on the right side of the debug window appear only when a user is detected.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
925b7ee746e3 Front Processing :
bastiena
parents: 9
diff changeset
     1
javac -encoding utf-8 -O -source 1.5 -target 1.5 -cp . *.java TUIO\*.java com\illposed\osc\*.java
925b7ee746e3 Front Processing :
bastiena
parents: 9
diff changeset
     2
jar cfm ..\TuioDemo.jar manifest.inc *.class TUIO\*.class com\illposed\osc\*.class com\illposed\osc\utility\*.class
925b7ee746e3 Front Processing :
bastiena
parents: 9
diff changeset
     3
jar cf ..\libTUIO.jar TUIO\*.class com\illposed\osc\*.class com\illposed\osc\utility\*.class
925b7ee746e3 Front Processing :
bastiena
parents: 9
diff changeset
     4
del *.class TUIO\*.class com\illposed\osc\*.class com\illposed\osc\utility\*.class
925b7ee746e3 Front Processing :
bastiena
parents: 9
diff changeset
     5
pause