Allow building with javac 1.5
authorQuentin Smith <quentin@mit.edu>
Sat, 6 Oct 2007 22:50:05 +0000 (18:50 -0400)
committerQuentin Smith <quentin@mit.edu>
Sat, 6 Oct 2007 22:50:05 +0000 (18:50 -0400)
svn path=/trunk/vnc/vnc_javasrc/; revision=105

Makefile

index 98c5121..af6bcec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 CP = cp
 JC = javac
-JCFLAGS = -target 1.1
+JCFLAGS = -target 1.1 -source 1.2
 JAR = jar
 ARCHIVE = VncViewer.jar
 MANIFEST = MANIFEST.MF