xqemu/gl/Makefile.objs
2015-09-08 09:47:57 +10:00

4 lines
197 B
Text

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