front_processing/extern/TUIO_JAVA/src/compile.bat
author bastiena
Mon, 19 Mar 2012 10:21:56 +0100
changeset 5 d40f84d77db4
parent 3 92f19af39024
child 9 0f44b7360c8d
permissions -rw-r--r--
Documentations (readme) Installer Deletion of useless comments and code lines
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     1
javac -O -source 1.5 -target 1.5 -cp . *.java TUIO\*.java com\illposed\osc\*.java
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     2
jar cfm ..\TuioDemo.jar manifest.inc *.class TUIO\*.class com\illposed\osc\*.class com\illposed\osc\utility\*.class
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     3
jar cf ..\libTUIO.jar TUIO\*.class com\illposed\osc\*.class com\illposed\osc\utility\*.class
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     4
del *.class TUIO\*.class com\illposed\osc\*.class com\illposed\osc\utility\*.class