wine/dlls/glu32/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

18 lines
220 B
Makefile

MODULE = glu32.dll
IMPORTLIB = glu32
IMPORTS = opengl32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
geom.c \
glu.c \
mesh.c \
mipmap.c \
priorityq.c \
project.c \
quad.c \
render.c \
sweep.c \
tess.c