mirror of
https://github.com/reactos/wine.git
synced 2025-01-25 13:27:46 +00:00
12 lines
198 B
Makefile
12 lines
198 B
Makefile
MODULE = opengl32.dll
|
|
IMPORTLIB = opengl32
|
|
IMPORTS = user32 gdi32 advapi32
|
|
EXTRADLLFLAGS = -Wl,--image-base,0x7a800000
|
|
|
|
C_SRCS = \
|
|
opengl_ext.c \
|
|
opengl_norm.c \
|
|
wgl.c
|
|
|
|
RC_SRCS = version.rc
|