dxx-rebirth/arch/ogl/makefile

17 lines
233 B
Makefile
Raw Normal View History

2006-03-20 16:43:15 +00:00
TOPDIR = ../..
include $(TOPDIR)/makefile.config
OBJECTS += gr.$(OBJ) ogl.$(OBJ)
ifdef SDLGL_IO
OBJECTS += sdlgl.$(OBJ)
endif
ifdef WGL_IO
OBJECTS += wgl.$(OBJ)
endif
2006-04-03 17:32:39 +00:00
OUTPUT = $(LIBDIR)/ogl.$(LIB)
2006-03-20 16:43:15 +00:00
include $(TOPDIR)/makefile.lib