GLdc/Makefile
Harley Laue 90361d1ecb Removing all the old CVSID stuff from the kos-ports tree.
I think this is the rest of them for kos-ports.
2008-10-22 07:25:38 +00:00

14 lines
277 B
Makefile
Executable File

# KallistiOS ##version##
#
# addons/libgl Makefile
# (c)2001 Dan Potter
TARGET = libgl.a
OBJS = gldepth.o gldraw.o glkos.o gllight.o glmisc.o
OBJS += gltex.o gltrans.o glvars.o glblend.o glfog.o glmodifier.o glnzclip.o
SUBDIRS =
include $(KOS_BASE)/addons/Makefile.prefab