xqemu/hw/xbox/nv2a/gl/Makefile.objs
2018-07-01 14:21:53 -07:00

4 lines
154 B
Text

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