tizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets.
authorEvgeny Voevodin <e.voevodin@samsung.com>
Tue, 16 Oct 2012 05:28:56 +0000 (09:28 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Tue, 16 Oct 2012 06:31:28 +0000 (10:31 +0400)
It contains code for Windows host OS.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
tizen/src/Makefile.tizen

index e66e9c8..0bdb516 100755 (executable)
@@ -132,8 +132,8 @@ ifndef CONFIG_DARWIN
 ###########################################################
 ## opengl library for i386
 obj-$(CONFIG_GL) += virtio-gl.o 
-obj-$(CONFIG_GL) += helper_opengl.o opengl_exec.o mesa_mipmap.o gloffscreen_wgl.o
+obj-$(CONFIG_GL) += helper_opengl.o opengl_exec.o mesa_mipmap.o
 obj-$(CONFIG_NO_GL) += virtio-gl-stub.o 
-obj-y += gloffscreen_test.o gloffscreen_xcomposite.o gloffscreen_common.o
+obj-y += gloffscreen_test.o gloffscreen_xcomposite.o gloffscreen_common.o gloffscreen_wgl.o
 ###########################################################
 endif