authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-11-25 18:41:07-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-11-25 18:41:07-07:00
logb891ee1f232a1aa626dc5f394e33495c474615ad
tree5a8c93fd2a3dc18df4cc17310367e75072172144
parent67b201982bb1a0b4650b7ff222ef22875c32c810

mingw-w64: add glu32 def files

closes #9372

2 files changed, 114 insertions(+), 0 deletions(-)

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