mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
MODULE = opengl32.dll
|
|
IMPORTLIB = opengl32
|
|
IMPORTS = user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
opengl_ext.c \
|
|
opengl_norm.c \
|
|
wgl.c
|
|
|
|
RC_SRCS = version.rc
|