wine/dlls/glu32/Makefile.in
Alexandre Julliard 2386e37bd2 glu32: Import tessellation functions from Mesa.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-21 13:37:25 +02:00

16 lines
183 B
Makefile

MODULE = glu32.dll
IMPORTLIB = glu32
IMPORTS = opengl32
C_SRCS = \
geom.c \
glu.c \
mesh.c \
mipmap.c \
priorityq.c \
project.c \
quad.c \
render.c \
sweep.c \
tess.c