xemu/gl/Makefile.objs

5 lines
197 B
Makefile

common-obj-y += gloffscreen_common.o glextensions.o
common-obj-$(CONFIG_WIN32) += gloffscreen_wgl.o
common-obj-$(CONFIG_DARWIN) += gloffscreen_cgl.o
common-obj-$(CONFIG_LINUX) += gloffscreen_glx.o