mingw-w64: add glu32 def files
closes #9372
2 files changed, 114 insertions(+), 0 deletions(-)
lib
libc
lib/libc/mingw/lib32/glu32.def created+54
| ... | ... | @@ -0,0 +1,54 @@ |
| 1 | LIBRARY GLU32.DLL |
| 2 | EXPORTS |
| 3 | gluBeginCurve@4 |
| 4 | gluBeginPolygon@4 |
| 5 | gluBeginSurface@4 |
| 6 | gluBeginTrim@4 |
| 7 | gluBuild1DMipmaps@24 |
| 8 | gluBuild2DMipmaps@28 |
| 9 | gluCylinder@36 |
| 10 | gluDeleteNurbsRenderer@4 |
| 11 | gluDeleteQuadric@4 |
| 12 | gluDeleteTess@4 |
| 13 | gluDisk@28 |
| 14 | gluEndCurve@4 |
| 15 | gluEndPolygon@4 |
| 16 | gluEndSurface@4 |
| 17 | gluEndTrim@4 |
| 18 | gluErrorString@4 |
| 19 | gluErrorUnicodeStringEXT@4 |
| 20 | gluGetNurbsProperty@12 |
| 21 | gluGetString@4 |
| 22 | gluGetTessProperty@12 |
| 23 | gluLoadSamplingMatrices@16 |
| 24 | gluLookAt@72 |
| 25 | gluNewNurbsRenderer@0 |
| 26 | gluNewQuadric@0 |
| 27 | gluNewTess@0 |
| 28 | gluNextContour@8 |
| 29 | gluNurbsCallback@12 |
| 30 | gluNurbsCurve@28 |
| 31 | gluNurbsProperty@12 |
| 32 | gluNurbsSurface@44 |
| 33 | gluOrtho2D@32 |
| 34 | gluPartialDisk@44 |
| 35 | gluPerspective@32 |
| 36 | gluPickMatrix@36 |
| 37 | gluProject@48 |
| 38 | gluPwlCurve@20 |
| 39 | gluQuadricCallback@12 |
| 40 | gluQuadricDrawStyle@8 |
| 41 | gluQuadricNormals@8 |
| 42 | gluQuadricOrientation@8 |
| 43 | gluQuadricTexture@8 |
| 44 | gluScaleImage@36 |
| 45 | gluSphere@20 |
| 46 | gluTessBeginContour@4 |
| 47 | gluTessBeginPolygon@8 |
| 48 | gluTessCallback@12 |
| 49 | gluTessEndContour@4 |
| 50 | gluTessEndPolygon@4 |
| 51 | gluTessNormal@28 |
| 52 | gluTessProperty@16 |
| 53 | gluTessVertex@12 |
| 54 | gluUnProject@48 |
lib/libc/mingw/lib64/glu32.def created+60
| ... | ... | @@ -0,0 +1,60 @@ |
| 1 | ; |
| 2 | ; Exports of file GLU32.dll |
| 3 | ; |
| 4 | ; Autogenerated by gen_exportdef |
| 5 | ; Written by Kai Tietz, 2007 |
| 6 | ; |
| 7 | LIBRARY GLU32.dll |
| 8 | EXPORTS |
| 9 | gluBeginCurve |
| 10 | gluBeginPolygon |
| 11 | gluBeginSurface |
| 12 | gluBeginTrim |
| 13 | gluBuild1DMipmaps |
| 14 | gluBuild2DMipmaps |
| 15 | gluCylinder |
| 16 | gluDeleteNurbsRenderer |
| 17 | gluDeleteQuadric |
| 18 | gluDeleteTess |
| 19 | gluDisk |
| 20 | gluEndCurve |
| 21 | gluEndPolygon |
| 22 | gluEndSurface |
| 23 | gluEndTrim |
| 24 | gluErrorString |
| 25 | gluErrorUnicodeStringEXT |
| 26 | gluGetNurbsProperty |
| 27 | gluGetString |
| 28 | gluGetTessProperty |
| 29 | gluLoadSamplingMatrices |
| 30 | gluLookAt |
| 31 | gluNewNurbsRenderer |
| 32 | gluNewQuadric |
| 33 | gluNewTess |
| 34 | gluNextContour |
| 35 | gluNurbsCallback |
| 36 | gluNurbsCurve |
| 37 | gluNurbsProperty |
| 38 | gluNurbsSurface |
| 39 | gluOrtho2D |
| 40 | gluPartialDisk |
| 41 | gluPerspective |
| 42 | gluPickMatrix |
| 43 | gluProject |
| 44 | gluPwlCurve |
| 45 | gluQuadricCallback |
| 46 | gluQuadricDrawStyle |
| 47 | gluQuadricNormals |
| 48 | gluQuadricOrientation |
| 49 | gluQuadricTexture |
| 50 | gluScaleImage |
| 51 | gluSphere |
| 52 | gluTessBeginContour |
| 53 | gluTessBeginPolygon |
| 54 | gluTessCallback |
| 55 | gluTessEndContour |
| 56 | gluTessEndPolygon |
| 57 | gluTessNormal |
| 58 | gluTessProperty |
| 59 | gluTessVertex |
| 60 | gluUnProject |