aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-09-26 00:21:57 +0000
committerSven Gothel <[email protected]>2001-09-26 00:21:57 +0000
commit744ceb659539753d571dc46aebb601d4a2f0b401 (patch)
treed5dbaac2714b00532c51d8f35bcd6ec0927d235c /makefile
parent26883064d71736ccd96a6f1d9b19b85b66f5ac7c (diff)
bugfix: auto context switch
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 89ca6c2..81960d2 100644
--- a/makefile
+++ b/makefile
@@ -100,7 +100,7 @@ CNATIVEDIR = CNativeCode
LIBMAJOR = 2
LIBMINOR = 8
LIBBUGFIX = 0
-RELEASE = 0
+RELEASE = 5
#
# The demo release number
@@ -239,6 +239,7 @@ FILES.java = $(PACKAGEDIR)/GL4JavaInitException.java \
$(PACKAGEDIR)/awt/GLCanvas.java \
$(PACKAGEDIR)/awt/GLAnimCanvas.java \
$(PACKAGEDIR)/awt/GLImageCanvas.java \
+ $(PACKAGEDIR)/applet/SimpleGLApplet1.java \
$(PACKAGEDIR)/applet/SimpleGLAnimApplet1.java \
$(PACKAGEDIR)/swing/GLJPanel.java \
$(PACKAGEDIR)/swing/GLAnimJPanel.java \