Rename experimental and update the Makefile

This commit is contained in:
Luke Benstead 2018-05-12 21:06:22 +01:00
parent a09e05b01a
commit 97f4e020ad
9 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@
TARGET = libGL.a
OBJS = gl-rgb.o gl-fog.o gl-sh4-light.o gl-light.o gl-clip.o gl-clip-arrays.o
OBJS += gl-arrays.o gl-pvr.o gl-matrix.o gl-api.o gl-texture.o glu-texture.o
OBJS += gl-arrays.o gl-pvr.o gl-matrix.o gl-api.o glu-texture.o
OBJS += gl-framebuffer.o gl-cap.o gl-error.o
OBJS += GL/draw.o GL/flush.o GL/framebuffer.o GL/immediate.o GL/lighting.o GL/state.o GL/texture.o
SUBDIRS =