egl: Add egl.def for win32 build.
authorChia-I Wu <olv@lunarg.com>
Fri, 20 Aug 2010 04:41:46 +0000 (12:41 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 20 Aug 2010 11:22:50 +0000 (19:22 +0800)
commitce2cae4130548872a0205097b0b5dbe0f4f57d5f
tree655333529fef82c3df2a26aa05688898655a4e36
parentf508c0c09702a5ea53dcb58721f3674605594c6e
egl: Add egl.def for win32 build.

Without the .def file, function names are decorated and cannot be
queried by GetProcAddress easily.
src/egl/main/SConscript
src/egl/main/egl.def [new file with mode: 0644]