aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2001-11-11 21:30:13 +0000
committerKenneth Russel <[email protected]>2001-11-11 21:30:13 +0000
commitf610ac01f50165b2ea6bc4a81d02abf2e222d876 (patch)
tree2b54144d82803e6665a371b6eeeae6812a16e3ac /makefile
parent3b0e7fd364c6d61b97f4f2daf405b30e662fddc7 (diff)
Support for NVidia AllocateMemoryNV extension and fixed problem with extensions not being loaded
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 849f63a..9e2b4e2 100644
--- a/makefile
+++ b/makefile
@@ -198,7 +198,8 @@ FILES_WITH_NATIVES_13 = \
ifdef JAVAC_14
FILES_WITH_NATIVES_14 = \
$(PACKAGEDIR)/GLFunc14JauJNI.java \
- $(PACKAGEDIR)/GLUFunc14JauJNI.java
+ $(PACKAGEDIR)/GLUFunc14JauJNI.java \
+ $(PACKAGEDIR)/utils/DirectBufferCleanup.java
else
FILES_WITH_NATIVES_14 =
endif
@@ -415,6 +416,7 @@ FILES4.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \
$(CNATIVEDIR)/OpenGLU_JauJNI12_funcs.c \
$(CNATIVEDIR)/OpenGL_JauJNI14_funcs.c \
$(CNATIVEDIR)/OpenGLU_JauJNI14_funcs.c \
+ $(CNATIVEDIR)/gl4java_utils_DirectBufferCleanup.c \
$(CNATIVEDIR)/glf.c \
$(CNATIVEDIR)/GLF_JNI12_funcs.c \
$(CNATIVEDIR)/GLUCallbackJNI.c