dxx-rebirth/arch/ogl/makefile
2006-04-03 17:09:48 +00:00

19 lines
260 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.$(ARC)
CFLAGS += -I$(TOPDIR)/main
include $(TOPDIR)/makefile.lib