projects
/
invirt/packages/invirt-vnc-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6a62329
)
Allow building with javac 1.5
author
Quentin Smith
<quentin@mit.edu>
Sat, 6 Oct 2007 22:50:05 +0000
(18:50 -0400)
committer
Quentin Smith
<quentin@mit.edu>
Sat, 6 Oct 2007 22:50:05 +0000
(18:50 -0400)
svn path=/trunk/vnc/vnc_javasrc/; revision=105
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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