mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
f0cd33c69e
Add -DWINE_NO_LONG_TYPES to modules that still have compilation warnings with long types. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
282 B
Makefile
14 lines
282 B
Makefile
MODULE = opengl32.dll
|
|
EXTRADEFS = -DWINE_NO_LONG_TYPES -D_OPENGL32_
|
|
IMPORTLIB = opengl32
|
|
IMPORTS = user32 gdi32 advapi32 win32u
|
|
DELAYIMPORTS = glu32
|
|
|
|
EXTRADLLFLAGS = -Wl,--image-base,0x7a800000 -mcygwin
|
|
|
|
C_SRCS = \
|
|
opengl_ext.c \
|
|
opengl_norm.c \
|
|
wgl.c
|
|
|
|
RC_SRCS = version.rc
|