scons: Updates for targets/egl-static.
authorChia-I Wu <olv@lunarg.com>
Sun, 9 Jan 2011 15:37:32 +0000 (23:37 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 12 Jan 2011 09:40:01 +0000 (17:40 +0800)
commita8b6b6555c7d6a02a3d095c72ebbdc218bc45cd3
treed0d21b537682efd23b3d107a639bb86eaf825782
parent49ed5bb28d501cd6751bd59dc25a60a4293bcd75
scons: Updates for targets/egl-static.

Update SConscripts to re-enable or add support for EGL on windows and
x11 platforms respectively.  targets/egl-gdi is replaced by
targets/egl-static, where "-static" means pipe drivers and state
trackers are linked to statically by egl_gallium, and egl_gallium is a
built-in driver of libEGL.  There is no more egl_gallium.dll on Windows.
src/SConscript
src/egl/main/SConscript
src/egl/main/egldriver.c
src/egl/main/egldriver.h
src/gallium/SConscript
src/gallium/state_trackers/egl/SConscript
src/gallium/targets/egl-static/SConscript [new file with mode: 0644]
src/mapi/vgapi/SConscript