wgl: Use a separate .DEF for MinGW
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 19 Feb 2009 10:57:11 +0000 (10:57 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 19 Feb 2009 10:59:13 +0000 (10:59 +0000)
commit65fde5be8bd5e485dd69afc244568f164cf24fa4
tree99633d37fa10553e650fd325a9bad5cf434b5d32
parentd32ae764e930abb70ca2cc79ad18fdb32141ca0d
wgl: Use a separate .DEF for MinGW

gnu linker fails to resolve the @n symbols, unless:
- they are listed verbatim in the .def
- they are already linked.

And mingw's .def parser is slightly incompatible with MSVC in respect with
underscores. Will try to work with upstream to fix this, but for now there
is no option other to use seperate .def for mingw.
src/gallium/state_trackers/wgl/opengl32.mingw.def [new file with mode: 0644]
src/gallium/winsys/gdi/SConscript