dxx-rebirth/arch/ogl/makefile
2006-03-20 16:43:15 +00:00

22 lines
301 B
Makefile
Executable file

TOPDIR = ../..
include $(TOPDIR)/makefile.config
OBJECTS += gr.$(OBJ) ogl.$(OBJ)
ifdef SDLGL_IO
OBJECTS += sdlgl.$(OBJ)
endif
ifdef GLX_IO
OBJECTS += glx.$(OBJ)
endif
ifdef WGL_IO
OBJECTS += wgl.$(OBJ)
endif
OUTPUT = $(LIBDIR)ogl.$(ARC)
CFLAGS += -I$(TOPDIR)/main
include $(TOPDIR)/makefile.lib