mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04:00
4 lines
197 B
Text
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
|