dxx-rebirth/arch/ogl/makefile
2006-04-03 17:32:39 +00:00

17 lines
233 B
Makefile
Executable file

TOPDIR = ../..
include $(TOPDIR)/makefile.config
OBJECTS += gr.$(OBJ) ogl.$(OBJ)
ifdef SDLGL_IO
OBJECTS += sdlgl.$(OBJ)
endif
ifdef WGL_IO
OBJECTS += wgl.$(OBJ)
endif
OUTPUT = $(LIBDIR)/ogl.$(LIB)
include $(TOPDIR)/makefile.lib