wine/dlls/opengl32/Makefile.in
Alexandre Julliard f89d01d94a opengl32: Directly link to glu32.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-07 21:26:41 +02:00

13 lines
219 B
Makefile

MODULE = opengl32.dll
IMPORTLIB = opengl32
IMPORTS = user32 gdi32 advapi32
DELAYIMPORTS = glu32
EXTRADLLFLAGS = -Wl,--image-base,0x7a800000
C_SRCS = \
opengl_ext.c \
opengl_norm.c \
wgl.c
RC_SRCS = version.rc